Html Css Color HEX #B92DCA Dark Orchid

📋 copy color: '#B92DCA'

red 185 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #B92DCA

Tints of Dark Orchid #B92DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.76%

R = 42.82%
G = 10.42%
B = 46.76%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B92DCA (or 0xB92DCA) is known color: Dark Orchid. HEX triplet: B9, 2D and CA. RGB value is (185,45,202). Sum of RGB (Red+Green+Blue) = 185+45+202=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #B92DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DCA is #46D235. Grayscale: #686868. Windows color (decimal): -4641334 or 13249977. OLE color: 13249977.

HSL color Cylindrical-coordinate representation of color #B92DCA: hue angle of 293.5º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92DCA is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 45 202 -
CMYK 0.08 0.78 0 0.21
HSL 293.5º 0.64% 0.48% -
HSV(B) 293.5º 0.78% 0.79% -
XYZ 31.61 16.46 57.39 -
YUV 104.76 182.88 185.23 -
System Red Green Blue C M Y K H S L
Decimal 185 45 202 0.08 0.78 0 0.21 293.5 0.64 0.48
Hex B9 2D CA 8 4E 0 15 126 40 30
Octal 271 55 312 10 116 0 25 446 100 60
Binary 10111001 101101 11001010 1000 1001110 0 10101 100100110 1000000 110000

Color Harmonies of #B92DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92DCA

Black with #B92DCA

Text Example


Text Example

White with #B92DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92DCA; }

 p { color: rgb(185,45,202); }

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

background-color css

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

 a { background-color: rgb(185,45,202); }

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

border-color css

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

 span { border-color: rgb(185,45,202); }

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