Html Css Color HEX #B92BDB Dark Orchid

📋 copy color: '#B92BDB'

red 185 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #B92BDB

Tints of Dark Orchid #B92BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.62%

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

R = 41.39%
G = 9.62%
B = 48.99%

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

#B92BDB (or 0xB92BDB) is known color: Dark Orchid. HEX triplet: B9, 2B and DB. RGB value is (185,43,219). Sum of RGB (Red+Green+Blue) = 185+43+219=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #B92BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92BDB is #46D424. Grayscale: #686868. Windows color (decimal): -4641829 or 14363577. OLE color: 14363577.

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

Color convert

RGB 185 43 219 -
CMYK 0.16 0.80 0 0.14
HSL 288.41º 0.71% 0.51% -
HSV(B) 288.41º 0.8% 0.86% -
XYZ 33.66 17.16 68.56 -
YUV 105.52 192.04 184.69 -
System Red Green Blue C M Y K H S L
Decimal 185 43 219 0.16 0.80 0 0.14 288.41 0.71 0.51
Hex B9 2B DB 10 50 0 E 120 47 33
Octal 271 53 333 20 120 0 16 440 107 63
Binary 10111001 101011 11011011 10000 1010000 0 1110 100100000 1000111 110011

Color Harmonies of #B92BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92BDB

Black with #B92BDB

Text Example


Text Example

White with #B92BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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