Html Css Color HEX #B320CC Dark Orchid

📋 copy color: '#B320CC'

red 179 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #B320CC

Tints of Dark Orchid #B320CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.71%

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

R = 43.13%
G = 7.71%
B = 49.16%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B320CC (or 0xB320CC) is known color: Dark Orchid. HEX triplet: B3, 20 and CC. RGB value is (179,32,204). Sum of RGB (Red+Green+Blue) = 179+32+204=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #B320CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320CC is #4CDF33. Grayscale: #5F5F5F. Windows color (decimal): -5037876 or 13377715. OLE color: 13377715.

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

Color convert

RGB 179 32 204 -
CMYK 0.12 0.84 0 0.2
HSL 291.28º 0.73% 0.46% -
HSV(B) 291.28º 0.84% 0.8% -
XYZ 30.01 14.98 58.44 -
YUV 95.56 189.2 187.51 -
System Red Green Blue C M Y K H S L
Decimal 179 32 204 0.12 0.84 0 0.2 291.28 0.73 0.46
Hex B3 20 CC C 54 0 14 123 49 2E
Octal 263 40 314 14 124 0 24 443 111 56
Binary 10110011 100000 11001100 1100 1010100 0 10100 100100011 1001001 101110

Color Harmonies of #B320CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320CC

Black with #B320CC

Text Example


Text Example

White with #B320CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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