Html Css Color HEX #B92ACD Dark Orchid

📋 copy color: '#B92ACD'

red 185 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #B92ACD

Tints of Dark Orchid #B92ACD

RGB

 RED value IS 185 (72.66% from 255) = 42.82%

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

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

R = 42.82%
G = 9.72%
B = 47.45%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B92ACD (or 0xB92ACD) is known color: Dark Orchid. HEX triplet: B9, 2A and CD. RGB value is (185,42,205). Sum of RGB (Red+Green+Blue) = 185+42+205=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #B92ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ACD is #46D532. Grayscale: #666666. Windows color (decimal): -4642099 or 13445817. OLE color: 13445817.

HSL color Cylindrical-coordinate representation of color #B92ACD: hue angle of 292.64º 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 #B92ACD is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 42 205 -
CMYK 0.10 0.80 0 0.20
HSL 292.64º 0.66% 0.48% -
HSV(B) 292.64º 0.8% 0.8% -
XYZ 31.86 16.38 59.24 -
YUV 103.34 185.38 186.25 -
System Red Green Blue C M Y K H S L
Decimal 185 42 205 0.10 0.80 0 0.20 292.64 0.66 0.48
Hex B9 2A CD A 50 0 14 125 42 30
Octal 271 52 315 12 120 0 24 445 102 60
Binary 10111001 101010 11001101 1010 1010000 0 10100 100100101 1000010 110000

Color Harmonies of #B92ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92ACD

Black with #B92ACD

Text Example


Text Example

White with #B92ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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