Html Css Color HEX #B12DCF Dark Orchid

📋 copy color: '#B12DCF'

red 177 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #B12DCF

Tints of Dark Orchid #B12DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.49%

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

R = 41.26%
G = 10.49%
B = 48.25%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B12DCF (or 0xB12DCF) is known color: Dark Orchid. HEX triplet: B1, 2D and CF. RGB value is (177,45,207). Sum of RGB (Red+Green+Blue) = 177+45+207=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #B12DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DCF is #4ED230. Grayscale: #666666. Windows color (decimal): -5165617 or 13577649. OLE color: 13577649.

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

Color convert

RGB 177 45 207 -
CMYK 0.14 0.78 0 0.19
HSL 288.89º 0.64% 0.49% -
HSV(B) 288.89º 0.78% 0.81% -
XYZ 30.33 15.73 60.47 -
YUV 102.94 186.73 180.83 -
System Red Green Blue C M Y K H S L
Decimal 177 45 207 0.14 0.78 0 0.19 288.89 0.64 0.49
Hex B1 2D CF E 4E 0 13 121 40 31
Octal 261 55 317 16 116 0 23 441 100 61
Binary 10110001 101101 11001111 1110 1001110 0 10011 100100001 1000000 110001

Color Harmonies of #B12DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DCF

Black with #B12DCF

Text Example


Text Example

White with #B12DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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