Html Css Color HEX #B320BE Dark Orchid

📋 copy color: '#B320BE'

red 179 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #B320BE

Tints of Dark Orchid #B320BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 44.64%
G = 7.98%
B = 47.38%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B320BE (or 0xB320BE) is known color: Dark Orchid. HEX triplet: B3, 20 and BE. RGB value is (179,32,190). Sum of RGB (Red+Green+Blue) = 179+32+190=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #B320BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320BE is #4CDF41. Grayscale: #5D5D5D. Windows color (decimal): -5037890 or 12460211. OLE color: 12460211.

HSL color Cylindrical-coordinate representation of color #B320BE: hue angle of 295.82º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B320BE is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 32 190 -
CMYK 0.06 0.83 0 0.25
HSL 295.82º 0.71% 0.44% -
HSV(B) 295.82º 0.83% 0.75% -
XYZ 28.4 14.33 49.99 -
YUV 93.97 182.2 188.65 -
System Red Green Blue C M Y K H S L
Decimal 179 32 190 0.06 0.83 0 0.25 295.82 0.71 0.44
Hex B3 20 BE 6 53 0 19 128 47 2C
Octal 263 40 276 6 123 0 31 450 107 54
Binary 10110011 100000 10111110 110 1010011 0 11001 100101000 1000111 101100

Color Harmonies of #B320BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320BE

Black with #B320BE

Text Example


Text Example

White with #B320BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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