Html Css Color HEX #B12CCF Dark Orchid

📋 copy color: '#B12CCF'

red 177 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #B12CCF

Tints of Dark Orchid #B12CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 41.36%
G = 10.28%
B = 48.36%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B12CCF (or 0xB12CCF) is known color: Dark Orchid. HEX triplet: B1, 2C and CF. RGB value is (177,44,207). Sum of RGB (Red+Green+Blue) = 177+44+207=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #B12CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CCF is #4ED330. Grayscale: #656565. Windows color (decimal): -5165873 or 13577393. OLE color: 13577393.

HSL color Cylindrical-coordinate representation of color #B12CCF: hue angle of 288.96º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12CCF is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 44 207 -
CMYK 0.14 0.79 0 0.19
HSL 288.96º 0.65% 0.49% -
HSV(B) 288.96º 0.79% 0.81% -
XYZ 30.29 15.65 60.46 -
YUV 102.35 187.06 181.25 -
System Red Green Blue C M Y K H S L
Decimal 177 44 207 0.14 0.79 0 0.19 288.96 0.65 0.49
Hex B1 2C CF E 4F 0 13 121 41 31
Octal 261 54 317 16 117 0 23 441 101 61
Binary 10110001 101100 11001111 1110 1001111 0 10011 100100001 1000001 110001

Color Harmonies of #B12CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12CCF

Black with #B12CCF

Text Example


Text Example

White with #B12CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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