Html Css Color HEX #B320BD Dark Orchid

📋 copy color: '#B320BD'

red 179 ◦ green 32 ◦ blue 189

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

Shades of Dark Orchid #B320BD

Tints of Dark Orchid #B320BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 44.75%
G = 8%
B = 47.25%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B320BD (or 0xB320BD) is known color: Dark Orchid. HEX triplet: B3, 20 and BD. RGB value is (179,32,189). Sum of RGB (Red+Green+Blue) = 179+32+189=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #B320BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320BD is #4CDF42. Grayscale: #5D5D5D. Windows color (decimal): -5037891 or 12394675. OLE color: 12394675.

HSL color Cylindrical-coordinate representation of color #B320BD: hue angle of 296.18º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B320BD is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 32 189 -
CMYK 0.05 0.83 0 0.26
HSL 296.18º 0.71% 0.43% -
HSV(B) 296.18º 0.83% 0.74% -
XYZ 28.29 14.29 49.41 -
YUV 93.85 181.7 188.73 -
System Red Green Blue C M Y K H S L
Decimal 179 32 189 0.05 0.83 0 0.26 296.18 0.71 0.43
Hex B3 20 BD 5 53 0 1A 128 47 2B
Octal 263 40 275 5 123 0 32 450 107 53
Binary 10110011 100000 10111101 101 1010011 0 11010 100101000 1000111 101011

Color Harmonies of #B320BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320BD

Black with #B320BD

Text Example


Text Example

White with #B320BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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