Html Css Color HEX #B320CE Dark Orchid

📋 copy color: '#B320CE'

red 179 ◦ green 32 ◦ blue 206

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

Shades of Dark Orchid #B320CE

Tints of Dark Orchid #B320CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 42.93%
G = 7.67%
B = 49.4%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B320CE (or 0xB320CE) is known color: Dark Orchid. HEX triplet: B3, 20 and CE. RGB value is (179,32,206). Sum of RGB (Red+Green+Blue) = 179+32+206=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #B320CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320CE is #4CDF31. Grayscale: #5F5F5F. Windows color (decimal): -5037874 or 13508787. OLE color: 13508787.

HSL color Cylindrical-coordinate representation of color #B320CE: hue angle of 290.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B320CE is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 32 206 -
CMYK 0.13 0.84 0 0.19
HSL 290.69º 0.73% 0.47% -
HSV(B) 290.69º 0.84% 0.81% -
XYZ 30.25 15.07 59.71 -
YUV 95.79 190.2 187.35 -
System Red Green Blue C M Y K H S L
Decimal 179 32 206 0.13 0.84 0 0.19 290.69 0.73 0.47
Hex B3 20 CE D 54 0 13 123 49 2F
Octal 263 40 316 15 124 0 23 443 111 57
Binary 10110011 100000 11001110 1101 1010100 0 10011 100100011 1001001 101111

Color Harmonies of #B320CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320CE

Black with #B320CE

Text Example


Text Example

White with #B320CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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