Html Css Color HEX #B324BD Dark Orchid

📋 copy color: '#B324BD'

red 179 ◦ green 36 ◦ blue 189

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

Shades of Dark Orchid #B324BD

Tints of Dark Orchid #B324BD

RGB

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

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

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

R = 44.31%
G = 8.91%
B = 46.78%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B324BD (or 0xB324BD) is known color: Dark Orchid. HEX triplet: B3, 24 and BD. RGB value is (179,36,189). Sum of RGB (Red+Green+Blue) = 179+36+189=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #B324BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324BD is #4CDB42. Grayscale: #5F5F5F. Windows color (decimal): -5036867 or 12395699. OLE color: 12395699.

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

Color convert

RGB 179 36 189 -
CMYK 0.05 0.81 0 0.26
HSL 296.08º 0.68% 0.44% -
HSV(B) 296.08º 0.81% 0.74% -
XYZ 28.41 14.52 49.45 -
YUV 96.2 180.38 187.06 -
System Red Green Blue C M Y K H S L
Decimal 179 36 189 0.05 0.81 0 0.26 296.08 0.68 0.44
Hex B3 24 BD 5 51 0 1A 128 44 2C
Octal 263 44 275 5 121 0 32 450 104 54
Binary 10110011 100100 10111101 101 1010001 0 11010 100101000 1000100 101100

Color Harmonies of #B324BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324BD

Black with #B324BD

Text Example


Text Example

White with #B324BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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