Html Css Color HEX #B12ECD Dark Orchid

📋 copy color: '#B12ECD'

red 177 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #B12ECD

Tints of Dark Orchid #B12ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.75%

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

R = 41.36%
G = 10.75%
B = 47.9%

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

#B12ECD (or 0xB12ECD) is known color: Dark Orchid. HEX triplet: B1, 2E and CD. RGB value is (177,46,205). Sum of RGB (Red+Green+Blue) = 177+46+205=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #B12ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12ECD is #4ED132. Grayscale: #666666. Windows color (decimal): -5165363 or 13446833. OLE color: 13446833.

HSL color Cylindrical-coordinate representation of color #B12ECD: hue angle of 289.43º degrees, saturation: 0.63, 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 #B12ECD is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 46 205 -
CMYK 0.14 0.78 0 0.20
HSL 289.43º 0.63% 0.49% -
HSV(B) 289.43º 0.78% 0.8% -
XYZ 30.13 15.71 59.2 -
YUV 103.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 177 46 205 0.14 0.78 0 0.20 289.43 0.63 0.49
Hex B1 2E CD E 4E 0 14 121 3F 31
Octal 261 56 315 16 116 0 24 441 77 61
Binary 10110001 101110 11001101 1110 1001110 0 10100 100100001 111111 110001

Color Harmonies of #B12ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12ECD

Black with #B12ECD

Text Example


Text Example

White with #B12ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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