Html Css Color HEX #B926DB Dark Orchid

📋 copy color: '#B926DB'

red 185 ◦ green 38 ◦ blue 219

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

Shades of Dark Orchid #B926DB

Tints of Dark Orchid #B926DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.6%

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

R = 41.86%
G = 8.6%
B = 49.55%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B926DB (or 0xB926DB) is known color: Dark Orchid. HEX triplet: B9, 26 and DB. RGB value is (185,38,219). Sum of RGB (Red+Green+Blue) = 185+38+219=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #B926DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926DB is #46D924. Grayscale: #666666. Windows color (decimal): -4643109 or 14362297. OLE color: 14362297.

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

Color convert

RGB 185 38 219 -
CMYK 0.16 0.83 0 0.14
HSL 288.73º 0.72% 0.5% -
HSV(B) 288.73º 0.83% 0.86% -
XYZ 33.49 16.81 68.5 -
YUV 102.59 193.7 186.78 -
System Red Green Blue C M Y K H S L
Decimal 185 38 219 0.16 0.83 0 0.14 288.73 0.72 0.5
Hex B9 26 DB 10 53 0 E 121 48 32
Octal 271 46 333 20 123 0 16 441 110 62
Binary 10111001 100110 11011011 10000 1010011 0 1110 100100001 1001000 110010

Color Harmonies of #B926DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B926DB

Black with #B926DB

Text Example


Text Example

White with #B926DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B926DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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