Html Css Color HEX #B92DDC Dark Orchid

📋 copy color: '#B92DDC'

red 185 ◦ green 45 ◦ blue 220

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

Shades of Dark Orchid #B92DDC

Tints of Dark Orchid #B92DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 41.11%
G = 10%
B = 48.89%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B92DDC (or 0xB92DDC) is known color: Dark Orchid. HEX triplet: B9, 2D and DC. RGB value is (185,45,220). Sum of RGB (Red+Green+Blue) = 185+45+220=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #B92DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DDC is #46D223. Grayscale: #6A6A6A. Windows color (decimal): -4641316 or 14429625. OLE color: 14429625.

HSL color Cylindrical-coordinate representation of color #B92DDC: hue angle of 288º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92DDC is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 45 220 -
CMYK 0.16 0.80 0 0.14
HSL 288º 0.71% 0.52% -
HSV(B) 288º 0.8% 0.86% -
XYZ 33.86 17.36 69.28 -
YUV 106.81 191.88 183.77 -
System Red Green Blue C M Y K H S L
Decimal 185 45 220 0.16 0.80 0 0.14 288 0.71 0.52
Hex B9 2D DC 10 50 0 E 120 47 34
Octal 271 55 334 20 120 0 16 440 107 64
Binary 10111001 101101 11011100 10000 1010000 0 1110 100100000 1000111 110100

Color Harmonies of #B92DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92DDC

Black with #B92DDC

Text Example


Text Example

White with #B92DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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