Html Css Color HEX #B330DC Dark Orchid

📋 copy color: '#B330DC'

red 179 ◦ green 48 ◦ blue 220

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

Shades of Dark Orchid #B330DC

Tints of Dark Orchid #B330DC

RGB

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

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

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

R = 40.04%
G = 10.74%
B = 49.22%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B330DC (or 0xB330DC) is known color: Dark Orchid. HEX triplet: B3, 30 and DC. RGB value is (179,48,220). Sum of RGB (Red+Green+Blue) = 179+48+220=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #B330DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330DC is #4CCF23. Grayscale: #6A6A6A. Windows color (decimal): -5033764 or 14430387. OLE color: 14430387.

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

Color convert

RGB 179 48 220 -
CMYK 0.19 0.78 0 0.14
HSL 285.7º 0.71% 0.53% -
HSV(B) 285.7º 0.78% 0.86% -
XYZ 32.57 16.86 69.25 -
YUV 106.78 191.9 179.51 -
System Red Green Blue C M Y K H S L
Decimal 179 48 220 0.19 0.78 0 0.14 285.7 0.71 0.53
Hex B3 30 DC 13 4E 0 E 11E 47 35
Octal 263 60 334 23 116 0 16 436 107 65
Binary 10110011 110000 11011100 10011 1001110 0 1110 100011110 1000111 110101

Color Harmonies of #B330DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330DC

Black with #B330DC

Text Example


Text Example

White with #B330DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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