Html Css Color HEX #B328ED Dark Orchid

📋 copy color: '#B328ED'

red 179 ◦ green 40 ◦ blue 237

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

Shades of Dark Orchid #B328ED

Tints of Dark Orchid #B328ED

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.77%

 BLUE value IS 237 (92.97% from 255) = 51.97%

R = 39.25%
G = 8.77%
B = 51.97%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B328ED (or 0xB328ED) is known color: Dark Orchid. HEX triplet: B3, 28 and ED. RGB value is (179,40,237). Sum of RGB (Red+Green+Blue) = 179+40+237=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #B328ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B328ED is #4CD712. Grayscale: #676767. Windows color (decimal): -5035795 or 15542451. OLE color: 15542451.

HSL color Cylindrical-coordinate representation of color #B328ED: hue angle of 282.34º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B328ED is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 40 237 -
CMYK 0.24 0.83 0 0.07
HSL 282.34º 0.85% 0.54% -
HSV(B) 282.34º 0.83% 0.93% -
XYZ 34.64 17.22 81.62 -
YUV 104.02 203.05 181.48 -
System Red Green Blue C M Y K H S L
Decimal 179 40 237 0.24 0.83 0 0.07 282.34 0.85 0.54
Hex B3 28 ED 18 53 0 7 11A 55 36
Octal 263 50 355 30 123 0 7 432 125 66
Binary 10110011 101000 11101101 11000 1010011 0 111 100011010 1010101 110110

Color Harmonies of #B328ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B328ED

Black with #B328ED

Text Example


Text Example

White with #B328ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B328ED; }

 p { color: rgb(179,40,237); }

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

background-color css

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

 a { background-color: rgb(179,40,237); }

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

border-color css

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

 span { border-color: rgb(179,40,237); }

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