Html Css Color HEX #B324B1 Dark Orchid

📋 copy color: '#B324B1'

red 179 ◦ green 36 ◦ blue 177

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

Shades of Dark Orchid #B324B1

Tints of Dark Orchid #B324B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.15%

R = 45.66%
G = 9.18%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B324B1 (or 0xB324B1) is known color: Dark Orchid. HEX triplet: B3, 24 and B1. RGB value is (179,36,177). Sum of RGB (Red+Green+Blue) = 179+36+177=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B324B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B324B1 is #4CDB4E. Grayscale: #5E5E5E. Windows color (decimal): -5036879 or 11609267. OLE color: 11609267.

HSL color Cylindrical-coordinate representation of color #B324B1: hue angle of 300.84º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B324B1 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 36 177 -
CMYK 0 0.80 0.01 0.30
HSL 300.84º 0.67% 0.42% -
HSV(B) 300.84º 0.8% 0.7% -
XYZ 27.16 14.02 42.87 -
YUV 94.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 179 36 177 0 0.80 0.01 0.30 300.84 0.67 0.42
Hex B3 24 B1 0 50 1 1E 12D 43 2A
Octal 263 44 261 0 120 1 36 455 103 52
Binary 10110011 100100 10110001 0 1010000 1 11110 100101101 1000011 101010

Color Harmonies of #B324B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324B1

Black with #B324B1

Text Example


Text Example

White with #B324B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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