Html Css Color HEX #B12ACD Dark Orchid

📋 copy color: '#B12ACD'

red 177 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #B12ACD

Tints of Dark Orchid #B12ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.91%

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

R = 41.75%
G = 9.91%
B = 48.35%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B12ACD (or 0xB12ACD) is known color: Dark Orchid. HEX triplet: B1, 2A and CD. RGB value is (177,42,205). Sum of RGB (Red+Green+Blue) = 177+42+205=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #B12ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12ACD is #4ED532. Grayscale: #646464. Windows color (decimal): -5166387 or 13445809. OLE color: 13445809.

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

Color convert

RGB 177 42 205 -
CMYK 0.14 0.80 0 0.20
HSL 289.69º 0.66% 0.48% -
HSV(B) 289.69º 0.8% 0.8% -
XYZ 29.98 15.41 59.15 -
YUV 100.95 186.73 182.25 -
System Red Green Blue C M Y K H S L
Decimal 177 42 205 0.14 0.80 0 0.20 289.69 0.66 0.48
Hex B1 2A CD E 50 0 14 122 42 30
Octal 261 52 315 16 120 0 24 442 102 60
Binary 10110001 101010 11001101 1110 1010000 0 10100 100100010 1000010 110000

Color Harmonies of #B12ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12ACD

Black with #B12ACD

Text Example


Text Example

White with #B12ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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