Html Css Color HEX #B12DCD Dark Orchid

📋 copy color: '#B12DCD'

red 177 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #B12DCD

Tints of Dark Orchid #B12DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 41.45%
G = 10.54%
B = 48.01%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B12DCD (or 0xB12DCD) is known color: Dark Orchid. HEX triplet: B1, 2D and CD. RGB value is (177,45,205). Sum of RGB (Red+Green+Blue) = 177+45+205=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #B12DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DCD is #4ED232. Grayscale: #666666. Windows color (decimal): -5165619 or 13446577. OLE color: 13446577.

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

Color convert

RGB 177 45 205 -
CMYK 0.14 0.78 0 0.20
HSL 289.5º 0.64% 0.49% -
HSV(B) 289.5º 0.78% 0.8% -
XYZ 30.09 15.63 59.19 -
YUV 102.71 185.73 180.99 -
System Red Green Blue C M Y K H S L
Decimal 177 45 205 0.14 0.78 0 0.20 289.5 0.64 0.49
Hex B1 2D CD E 4E 0 14 122 40 31
Octal 261 55 315 16 116 0 24 442 100 61
Binary 10110001 101101 11001101 1110 1001110 0 10100 100100010 1000000 110001

Color Harmonies of #B12DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DCD

Black with #B12DCD

Text Example


Text Example

White with #B12DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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