Html Css Color HEX #B92DDB Dark Orchid

📋 copy color: '#B92DDB'

red 185 ◦ green 45 ◦ blue 219

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

Shades of Dark Orchid #B92DDB

Tints of Dark Orchid #B92DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 41.2%
G = 10.02%
B = 48.78%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B92DDB (or 0xB92DDB) is known color: Dark Orchid. HEX triplet: B9, 2D and DB. RGB value is (185,45,219). Sum of RGB (Red+Green+Blue) = 185+45+219=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #B92DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DDB is #46D224. Grayscale: #6A6A6A. Windows color (decimal): -4641317 or 14364089. OLE color: 14364089.

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

Color convert

RGB 185 45 219 -
CMYK 0.16 0.79 0 0.14
HSL 288.28º 0.71% 0.52% -
HSV(B) 288.28º 0.79% 0.86% -
XYZ 33.73 17.31 68.58 -
YUV 106.7 191.38 183.85 -
System Red Green Blue C M Y K H S L
Decimal 185 45 219 0.16 0.79 0 0.14 288.28 0.71 0.52
Hex B9 2D DB 10 4F 0 E 120 47 34
Octal 271 55 333 20 117 0 16 440 107 64
Binary 10111001 101101 11011011 10000 1001111 0 1110 100100000 1000111 110100

Color Harmonies of #B92DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92DDB

Black with #B92DDB

Text Example


Text Example

White with #B92DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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