Html Css Color HEX #B323BB Dark Orchid

📋 copy color: '#B323BB'

red 179 ◦ green 35 ◦ blue 187

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

Shades of Dark Orchid #B323BB

Tints of Dark Orchid #B323BB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.73%

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

R = 44.64%
G = 8.73%
B = 46.63%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B323BB (or 0xB323BB) is known color: Dark Orchid. HEX triplet: B3, 23 and BB. RGB value is (179,35,187). Sum of RGB (Red+Green+Blue) = 179+35+187=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #B323BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323BB is #4CDC44. Grayscale: #5E5E5E. Windows color (decimal): -5037125 or 12264371. OLE color: 12264371.

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

Color convert

RGB 179 35 187 -
CMYK 0.04 0.81 0 0.27
HSL 296.84º 0.68% 0.44% -
HSV(B) 296.84º 0.81% 0.73% -
XYZ 28.16 14.37 48.3 -
YUV 95.38 179.71 187.64 -
System Red Green Blue C M Y K H S L
Decimal 179 35 187 0.04 0.81 0 0.27 296.84 0.68 0.44
Hex B3 23 BB 4 51 0 1B 129 44 2C
Octal 263 43 273 4 121 0 33 451 104 54
Binary 10110011 100011 10111011 100 1010001 0 11011 100101001 1000100 101100

Color Harmonies of #B323BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323BB

Black with #B323BB

Text Example


Text Example

White with #B323BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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