Html Css Color HEX #B330DD Dark Orchid

📋 copy color: '#B330DD'

red 179 ◦ green 48 ◦ blue 221

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

Shades of Dark Orchid #B330DD

Tints of Dark Orchid #B330DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.71%

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

R = 39.96%
G = 10.71%
B = 49.33%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B330DD (or 0xB330DD) is known color: Dark Orchid. HEX triplet: B3, 30 and DD. RGB value is (179,48,221). Sum of RGB (Red+Green+Blue) = 179+48+221=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #B330DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330DD is #4CCF22. Grayscale: #6A6A6A. Windows color (decimal): -5033763 or 14495923. OLE color: 14495923.

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

Color convert

RGB 179 48 221 -
CMYK 0.19 0.78 0 0.13
HSL 285.43º 0.72% 0.53% -
HSV(B) 285.43º 0.78% 0.87% -
XYZ 32.7 16.92 69.95 -
YUV 106.89 192.4 179.43 -
System Red Green Blue C M Y K H S L
Decimal 179 48 221 0.19 0.78 0 0.13 285.43 0.72 0.53
Hex B3 30 DD 13 4E 0 D 11D 48 35
Octal 263 60 335 23 116 0 15 435 110 65
Binary 10110011 110000 11011101 10011 1001110 0 1101 100011101 1001000 110101

Color Harmonies of #B330DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330DD

Black with #B330DD

Text Example


Text Example

White with #B330DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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