Html Css Color HEX #B324E9 Dark Orchid

📋 copy color: '#B324E9'

red 179 ◦ green 36 ◦ blue 233

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

Shades of Dark Orchid #B324E9

Tints of Dark Orchid #B324E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.01%

R = 39.96%
G = 8.04%
B = 52.01%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B324E9 (or 0xB324E9) is known color: Dark Orchid. HEX triplet: B3, 24 and E9. RGB value is (179,36,233). Sum of RGB (Red+Green+Blue) = 179+36+233=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #B324E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B324E9 is #4CDB16. Grayscale: #646464. Windows color (decimal): -5036823 or 15279283. OLE color: 15279283.

HSL color Cylindrical-coordinate representation of color #B324E9: hue angle of 283.55º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B324E9 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 36 233 -
CMYK 0.23 0.85 0 0.09
HSL 283.55º 0.82% 0.53% -
HSV(B) 283.55º 0.85% 0.91% -
XYZ 33.93 16.73 78.53 -
YUV 101.22 202.38 183.48 -
System Red Green Blue C M Y K H S L
Decimal 179 36 233 0.23 0.85 0 0.09 283.55 0.82 0.53
Hex B3 24 E9 17 55 0 9 11C 52 35
Octal 263 44 351 27 125 0 11 434 122 65
Binary 10110011 100100 11101001 10111 1010101 0 1001 100011100 1010010 110101

Color Harmonies of #B324E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324E9

Black with #B324E9

Text Example


Text Example

White with #B324E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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