Html Css Color HEX #B330CC Dark Orchid

📋 copy color: '#B330CC'

red 179 ◦ green 48 ◦ blue 204

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

Shades of Dark Orchid #B330CC

Tints of Dark Orchid #B330CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 41.53%
G = 11.14%
B = 47.33%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B330CC (or 0xB330CC) is known color: Dark Orchid. HEX triplet: B3, 30 and CC. RGB value is (179,48,204). Sum of RGB (Red+Green+Blue) = 179+48+204=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #B330CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330CC is #4CCF33. Grayscale: #686868. Windows color (decimal): -5033780 or 13381811. OLE color: 13381811.

HSL color Cylindrical-coordinate representation of color #B330CC: hue angle of 290.38º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B330CC is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 48 204 -
CMYK 0.12 0.76 0 0.2
HSL 290.38º 0.62% 0.49% -
HSV(B) 290.38º 0.76% 0.8% -
XYZ 30.55 16.06 58.62 -
YUV 104.95 183.9 180.82 -
System Red Green Blue C M Y K H S L
Decimal 179 48 204 0.12 0.76 0 0.2 290.38 0.62 0.49
Hex B3 30 CC C 4C 0 14 122 3E 31
Octal 263 60 314 14 114 0 24 442 76 61
Binary 10110011 110000 11001100 1100 1001100 0 10100 100100010 111110 110001

Color Harmonies of #B330CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330CC

Black with #B330CC

Text Example


Text Example

White with #B330CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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