Html Css Color HEX #B12CDC Dark Orchid

📋 copy color: '#B12CDC'

red 177 ◦ green 44 ◦ blue 220

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

Shades of Dark Orchid #B12CDC

Tints of Dark Orchid #B12CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 40.14%
G = 9.98%
B = 49.89%

CMYK

 C value IS 0.20

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B12CDC (or 0xB12CDC) is known color: Dark Orchid. HEX triplet: B1, 2C and DC. RGB value is (177,44,220). Sum of RGB (Red+Green+Blue) = 177+44+220=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #B12CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CDC is #4ED323. Grayscale: #676767. Windows color (decimal): -5165860 or 14429361. OLE color: 14429361.

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

Color convert

RGB 177 44 220 -
CMYK 0.20 0.8 0 0.14
HSL 285.34º 0.72% 0.52% -
HSV(B) 285.34º 0.8% 0.86% -
XYZ 31.95 16.32 69.18 -
YUV 103.83 193.56 180.19 -
System Red Green Blue C M Y K H S L
Decimal 177 44 220 0.20 0.8 0 0.14 285.34 0.72 0.52
Hex B1 2C DC 14 50 0 E 11D 48 34
Octal 261 54 334 24 120 0 16 435 110 64
Binary 10110001 101100 11011100 10100 1010000 0 1110 100011101 1001000 110100

Color Harmonies of #B12CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12CDC

Black with #B12CDC

Text Example


Text Example

White with #B12CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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