Html Css Color HEX #B321BD Dark Orchid

📋 copy color: '#B321BD'

red 179 ◦ green 33 ◦ blue 189

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

Shades of Dark Orchid #B321BD

Tints of Dark Orchid #B321BD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.23%

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

R = 44.64%
G = 8.23%
B = 47.13%

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

#B321BD (or 0xB321BD) is known color: Dark Orchid. HEX triplet: B3, 21 and BD. RGB value is (179,33,189). Sum of RGB (Red+Green+Blue) = 179+33+189=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #B321BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321BD is #4CDE42. Grayscale: #5D5D5D. Windows color (decimal): -5037635 or 12394931. OLE color: 12394931.

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

Color convert

RGB 179 33 189 -
CMYK 0.05 0.83 0 0.26
HSL 296.15º 0.7% 0.44% -
HSV(B) 296.15º 0.83% 0.74% -
XYZ 28.32 14.35 49.42 -
YUV 94.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 179 33 189 0.05 0.83 0 0.26 296.15 0.7 0.44
Hex B3 21 BD 5 53 0 1A 128 46 2C
Octal 263 41 275 5 123 0 32 450 106 54
Binary 10110011 100001 10111101 101 1010011 0 11010 100101000 1000110 101100

Color Harmonies of #B321BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321BD

Black with #B321BD

Text Example


Text Example

White with #B321BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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