Html Css Color HEX #B324BE Dark Orchid

📋 copy color: '#B324BE'

red 179 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #B324BE

Tints of Dark Orchid #B324BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 44.2%
G = 8.89%
B = 46.91%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B324BE (or 0xB324BE) is known color: Dark Orchid. HEX triplet: B3, 24 and BE. RGB value is (179,36,190). Sum of RGB (Red+Green+Blue) = 179+36+190=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #B324BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324BE is #4CDB41. Grayscale: #5F5F5F. Windows color (decimal): -5036866 or 12461235. OLE color: 12461235.

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

Color convert

RGB 179 36 190 -
CMYK 0.06 0.81 0 0.25
HSL 295.71º 0.68% 0.44% -
HSV(B) 295.71º 0.81% 0.75% -
XYZ 28.52 14.56 50.02 -
YUV 96.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 179 36 190 0.06 0.81 0 0.25 295.71 0.68 0.44
Hex B3 24 BE 6 51 0 19 128 44 2C
Octal 263 44 276 6 121 0 31 450 104 54
Binary 10110011 100100 10111110 110 1010001 0 11001 100101000 1000100 101100

Color Harmonies of #B324BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324BE

Black with #B324BE

Text Example


Text Example

White with #B324BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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