Html Css Color HEX #B333DC Dark Orchid

📋 copy color: '#B333DC'

red 179 ◦ green 51 ◦ blue 220

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

Shades of Dark Orchid #B333DC

Tints of Dark Orchid #B333DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 39.78%
G = 11.33%
B = 48.89%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B333DC (or 0xB333DC) is known color: Dark Orchid. HEX triplet: B3, 33 and DC. RGB value is (179,51,220). Sum of RGB (Red+Green+Blue) = 179+51+220=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #B333DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333DC is #4CCC23. Grayscale: #6B6B6B. Windows color (decimal): -5032996 or 14431155. OLE color: 14431155.

HSL color Cylindrical-coordinate representation of color #B333DC: hue angle of 285.44º degrees, saturation: 0.71, 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 #B333DC is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 51 220 -
CMYK 0.19 0.77 0 0.14
HSL 285.44º 0.71% 0.53% -
HSV(B) 285.44º 0.77% 0.86% -
XYZ 32.69 17.12 69.29 -
YUV 108.54 190.91 178.26 -
System Red Green Blue C M Y K H S L
Decimal 179 51 220 0.19 0.77 0 0.14 285.44 0.71 0.53
Hex B3 33 DC 13 4D 0 E 11D 47 35
Octal 263 63 334 23 115 0 16 435 107 65
Binary 10110011 110011 11011100 10011 1001101 0 1110 100011101 1000111 110101

Color Harmonies of #B333DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333DC

Black with #B333DC

Text Example


Text Example

White with #B333DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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