Html Css Color HEX #B337DB Dark Orchid

📋 copy color: '#B337DB'

red 179 ◦ green 55 ◦ blue 219

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

Shades of Dark Orchid #B337DB

Tints of Dark Orchid #B337DB

RGB

 RED value IS 179 (70.31% from 255) = 39.51%

 GREEN value IS 55 (21.88% from 255) = 12.14%

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

R = 39.51%
G = 12.14%
B = 48.34%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B337DB (or 0xB337DB) is known color: Dark Orchid. HEX triplet: B3, 37 and DB. RGB value is (179,55,219). Sum of RGB (Red+Green+Blue) = 179+55+219=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #B337DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B337DB is #4CC824. Grayscale: #6E6E6E. Windows color (decimal): -5031973 or 14366643. OLE color: 14366643.

HSL color Cylindrical-coordinate representation of color #B337DB: hue angle of 285.37º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B337DB is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 55 219 -
CMYK 0.18 0.75 0 0.14
HSL 285.37º 0.69% 0.54% -
HSV(B) 285.37º 0.75% 0.86% -
XYZ 32.74 17.43 68.66 -
YUV 110.77 189.08 176.66 -
System Red Green Blue C M Y K H S L
Decimal 179 55 219 0.18 0.75 0 0.14 285.37 0.69 0.54
Hex B3 37 DB 12 4B 0 E 11D 45 36
Octal 263 67 333 22 113 0 16 435 105 66
Binary 10110011 110111 11011011 10010 1001011 0 1110 100011101 1000101 110110

Color Harmonies of #B337DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B337DB

Black with #B337DB

Text Example


Text Example

White with #B337DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B337DB; }

 p { color: rgb(179,55,219); }

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

background-color css

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

 a { background-color: rgb(179,55,219); }

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

border-color css

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

 span { border-color: rgb(179,55,219); }

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