Html Css Color HEX #B92CCD Dark Orchid

📋 copy color: '#B92CCD'

red 185 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #B92CCD

Tints of Dark Orchid #B92CCD

RGB

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

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

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

R = 42.63%
G = 10.14%
B = 47.24%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B92CCD (or 0xB92CCD) is known color: Dark Orchid. HEX triplet: B9, 2C and CD. RGB value is (185,44,205). Sum of RGB (Red+Green+Blue) = 185+44+205=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #B92CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92CCD is #46D332. Grayscale: #686868. Windows color (decimal): -4641587 or 13446329. OLE color: 13446329.

HSL color Cylindrical-coordinate representation of color #B92CCD: hue angle of 292.55º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92CCD is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 44 205 -
CMYK 0.10 0.79 0 0.20
HSL 292.55º 0.65% 0.49% -
HSV(B) 292.55º 0.79% 0.8% -
XYZ 31.93 16.52 59.26 -
YUV 104.51 184.71 185.41 -
System Red Green Blue C M Y K H S L
Decimal 185 44 205 0.10 0.79 0 0.20 292.55 0.65 0.49
Hex B9 2C CD A 4F 0 14 125 41 31
Octal 271 54 315 12 117 0 24 445 101 61
Binary 10111001 101100 11001101 1010 1001111 0 10100 100100101 1000001 110001

Color Harmonies of #B92CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92CCD

Black with #B92CCD

Text Example


Text Example

White with #B92CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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