Html Css Color HEX #B324BB Dark Orchid

📋 copy color: '#B324BB'

red 179 ◦ green 36 ◦ blue 187

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

Shades of Dark Orchid #B324BB

Tints of Dark Orchid #B324BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.96%

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

R = 44.53%
G = 8.96%
B = 46.52%

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

#B324BB (or 0xB324BB) is known color: Dark Orchid. HEX triplet: B3, 24 and BB. RGB value is (179,36,187). Sum of RGB (Red+Green+Blue) = 179+36+187=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #B324BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324BB is #4CDB44. Grayscale: #5F5F5F. Windows color (decimal): -5036869 or 12264627. OLE color: 12264627.

HSL color Cylindrical-coordinate representation of color #B324BB: hue angle of 296.82º 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 #B324BB is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 36 187 -
CMYK 0.04 0.81 0 0.27
HSL 296.82º 0.68% 0.44% -
HSV(B) 296.82º 0.81% 0.73% -
XYZ 28.19 14.43 48.31 -
YUV 95.97 179.38 187.22 -
System Red Green Blue C M Y K H S L
Decimal 179 36 187 0.04 0.81 0 0.27 296.82 0.68 0.44
Hex B3 24 BB 4 51 0 1B 129 44 2C
Octal 263 44 273 4 121 0 33 451 104 54
Binary 10110011 100100 10111011 100 1010001 0 11011 100101001 1000100 101100

Color Harmonies of #B324BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324BB

Black with #B324BB

Text Example


Text Example

White with #B324BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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