Html Css Color HEX #B92DCD Dark Orchid

📋 copy color: '#B92DCD'

red 185 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #B92DCD

Tints of Dark Orchid #B92DCD

RGB

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

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

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

R = 42.53%
G = 10.34%
B = 47.13%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B92DCD (or 0xB92DCD) is known color: Dark Orchid. HEX triplet: B9, 2D and CD. RGB value is (185,45,205). Sum of RGB (Red+Green+Blue) = 185+45+205=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #B92DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DCD is #46D232. Grayscale: #686868. Windows color (decimal): -4641331 or 13446585. OLE color: 13446585.

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

Color convert

RGB 185 45 205 -
CMYK 0.10 0.78 0 0.20
HSL 292.5º 0.64% 0.49% -
HSV(B) 292.5º 0.78% 0.8% -
XYZ 31.97 16.6 59.28 -
YUV 105.1 184.38 184.99 -
System Red Green Blue C M Y K H S L
Decimal 185 45 205 0.10 0.78 0 0.20 292.5 0.64 0.49
Hex B9 2D CD A 4E 0 14 124 40 31
Octal 271 55 315 12 116 0 24 444 100 61
Binary 10111001 101101 11001101 1010 1001110 0 10100 100100100 1000000 110001

Color Harmonies of #B92DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92DCD

Black with #B92DCD

Text Example


Text Example

White with #B92DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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