Html Css Color HEX #B324BA Dark Orchid

📋 copy color: '#B324BA'

red 179 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #B324BA

Tints of Dark Orchid #B324BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 44.64%
G = 8.98%
B = 46.38%

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

#B324BA (or 0xB324BA) is known color: Dark Orchid. HEX triplet: B3, 24 and BA. RGB value is (179,36,186). Sum of RGB (Red+Green+Blue) = 179+36+186=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #B324BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324BA is #4CDB45. Grayscale: #5F5F5F. Windows color (decimal): -5036870 or 12199091. OLE color: 12199091.

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

Color convert

RGB 179 36 186 -
CMYK 0.04 0.81 0 0.27
HSL 297.2º 0.68% 0.44% -
HSV(B) 297.2º 0.81% 0.73% -
XYZ 28.08 14.39 47.75 -
YUV 95.86 178.88 187.3 -
System Red Green Blue C M Y K H S L
Decimal 179 36 186 0.04 0.81 0 0.27 297.2 0.68 0.44
Hex B3 24 BA 4 51 0 1B 129 44 2C
Octal 263 44 272 4 121 0 33 451 104 54
Binary 10110011 100100 10111010 100 1010001 0 11011 100101001 1000100 101100

Color Harmonies of #B324BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324BA

Black with #B324BA

Text Example


Text Example

White with #B324BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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