Html Css Color HEX #B12CE0 Dark Orchid

📋 copy color: '#B12CE0'

red 177 ◦ green 44 ◦ blue 224

#B12CE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B12CE0

Tints of Dark Orchid #B12CE0

RGB

 RED value IS 177 (69.53% from 255) = 39.78%

 GREEN value IS 44 (17.58% from 255) = 9.89%

 BLUE value IS 224 (87.89% from 255) = 50.34%

R = 39.78%
G = 9.89%
B = 50.34%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B12CE0 (or 0xB12CE0) is known color: Dark Orchid. HEX triplet: B1, 2C and E0. RGB value is (177,44,224). Sum of RGB (Red+Green+Blue) = 177+44+224=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #B12CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CE0 is #4ED31F. Grayscale: #676767. Windows color (decimal): -5165856 or 14691505. OLE color: 14691505.

HSL color Cylindrical-coordinate representation of color #B12CE0: hue angle of 284.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12CE0 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 44 224 -
CMYK 0.21 0.80 0 0.12
HSL 284.33º 0.74% 0.53% -
HSV(B) 284.33º 0.8% 0.88% -
XYZ 32.49 16.53 72 -
YUV 104.29 195.56 179.86 -
System Red Green Blue C M Y K H S L
Decimal 177 44 224 0.21 0.80 0 0.12 284.33 0.74 0.53
Hex B1 2C E0 15 50 0 C 11C 4A 35
Octal 261 54 340 25 120 0 14 434 112 65
Binary 10110001 101100 11100000 10101 1010000 0 1100 100011100 1001010 110101

Color Harmonies of #B12CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12CE0

Black with #B12CE0

Text Example


Text Example

White with #B12CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12CE0; }

 p { color: rgb(177,44,224); }

 H1.HeaderClassName
 {
   color: #B12CE0;
 }
 .AnyTagClassName
 {
   color: #B12CE0;
 }
</style>

background-color css

<style>
 a { background-color: #B12CE0; }

 a { background-color: rgb(177,44,224); }

 div.DivClassName
 {
   background-color: #B12CE0;
 }
 .BgClassName
 {
   background-color: #B12CE0;
 }
</style>

border-color css

<style>
 span { border-color: #B12CE0; }

 span { border-color: rgb(177,44,224); }

 td.TdClassName
 {
   border-color: #B12CE0;
 }
 .TagClassName
 {
   border-color: #B12CE0;
 }
</style>