Html Css Color HEX #B333DB Dark Orchid

📋 copy color: '#B333DB'

red 179 ◦ green 51 ◦ blue 219

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

Shades of Dark Orchid #B333DB

Tints of Dark Orchid #B333DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.36%

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

R = 39.87%
G = 11.36%
B = 48.78%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B333DB (or 0xB333DB) is known color: Dark Orchid. HEX triplet: B3, 33 and DB. RGB value is (179,51,219). Sum of RGB (Red+Green+Blue) = 179+51+219=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 51 (20.31% from 255 or 11.36% 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 #B333DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333DB is #4CCC24. Grayscale: #6B6B6B. Windows color (decimal): -5032997 or 14365619. OLE color: 14365619.

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

Color convert

RGB 179 51 219 -
CMYK 0.18 0.77 0 0.14
HSL 285.71º 0.7% 0.53% -
HSV(B) 285.71º 0.77% 0.86% -
XYZ 32.56 17.07 68.6 -
YUV 108.42 190.41 178.34 -
System Red Green Blue C M Y K H S L
Decimal 179 51 219 0.18 0.77 0 0.14 285.71 0.7 0.53
Hex B3 33 DB 12 4D 0 E 11E 46 35
Octal 263 63 333 22 115 0 16 436 106 65
Binary 10110011 110011 11011011 10010 1001101 0 1110 100011110 1000110 110101

Color Harmonies of #B333DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333DB

Black with #B333DB

Text Example


Text Example

White with #B333DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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