Html Css Color HEX #B321BB Dark Orchid

📋 copy color: '#B321BB'

red 179 ◦ green 33 ◦ blue 187

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

Shades of Dark Orchid #B321BB

Tints of Dark Orchid #B321BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 44.86%
G = 8.27%
B = 46.87%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B321BB (or 0xB321BB) is known color: Dark Orchid. HEX triplet: B3, 21 and BB. RGB value is (179,33,187). Sum of RGB (Red+Green+Blue) = 179+33+187=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #B321BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321BB is #4CDE44. Grayscale: #5D5D5D. Windows color (decimal): -5037637 or 12263859. OLE color: 12263859.

HSL color Cylindrical-coordinate representation of color #B321BB: hue angle of 296.88º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B321BB is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 33 187 -
CMYK 0.04 0.82 0 0.27
HSL 296.88º 0.7% 0.43% -
HSV(B) 296.88º 0.82% 0.73% -
XYZ 28.1 14.26 48.28 -
YUV 94.21 180.37 188.48 -
System Red Green Blue C M Y K H S L
Decimal 179 33 187 0.04 0.82 0 0.27 296.88 0.7 0.43
Hex B3 21 BB 4 52 0 1B 129 46 2B
Octal 263 41 273 4 122 0 33 451 106 53
Binary 10110011 100001 10111011 100 1010010 0 11011 100101001 1000110 101011

Color Harmonies of #B321BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321BB

Black with #B321BB

Text Example


Text Example

White with #B321BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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