Html Css Color HEX #B333DD Dark Orchid

📋 copy color: '#B333DD'

red 179 ◦ green 51 ◦ blue 221

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

Shades of Dark Orchid #B333DD

Tints of Dark Orchid #B333DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 39.69%
G = 11.31%
B = 49%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B333DD (or 0xB333DD) is known color: Dark Orchid. HEX triplet: B3, 33 and DD. RGB value is (179,51,221). Sum of RGB (Red+Green+Blue) = 179+51+221=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #B333DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333DD is #4CCC22. Grayscale: #6C6C6C. Windows color (decimal): -5032995 or 14496691. OLE color: 14496691.

HSL color Cylindrical-coordinate representation of color #B333DD: hue angle of 285.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B333DD is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 51 221 -
CMYK 0.19 0.77 0 0.13
HSL 285.18º 0.71% 0.53% -
HSV(B) 285.18º 0.77% 0.87% -
XYZ 32.83 17.17 69.99 -
YUV 108.65 191.41 178.18 -
System Red Green Blue C M Y K H S L
Decimal 179 51 221 0.19 0.77 0 0.13 285.18 0.71 0.53
Hex B3 33 DD 13 4D 0 D 11D 47 35
Octal 263 63 335 23 115 0 15 435 107 65
Binary 10110011 110011 11011101 10011 1001101 0 1101 100011101 1000111 110101

Color Harmonies of #B333DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333DD

Black with #B333DD

Text Example


Text Example

White with #B333DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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