Html Css Color HEX #B32AE2 Dark Orchid

📋 copy color: '#B32AE2'

red 179 ◦ green 42 ◦ blue 226

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

Shades of Dark Orchid #B32AE2

Tints of Dark Orchid #B32AE2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.4%

 BLUE value IS 226 (88.67% from 255) = 50.56%

R = 40.04%
G = 9.4%
B = 50.56%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B32AE2 (or 0xB32AE2) is known color: Dark Orchid. HEX triplet: B3, 2A and E2. RGB value is (179,42,226). Sum of RGB (Red+Green+Blue) = 179+42+226=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 226 (88.67% from 255 or 50.56% from 447); Max value from RGB is 226 - color contains mainly: blue. Hex color #B32AE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32AE2 is #4CD51D. Grayscale: #676767. Windows color (decimal): -5035294 or 14822067. OLE color: 14822067.

HSL color Cylindrical-coordinate representation of color #B32AE2: hue angle of 284.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32AE2 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 42 226 -
CMYK 0.21 0.81 0 0.11
HSL 284.67º 0.76% 0.53% -
HSV(B) 284.67º 0.81% 0.89% -
XYZ 33.15 16.73 73.43 -
YUV 103.94 196.89 181.54 -
System Red Green Blue C M Y K H S L
Decimal 179 42 226 0.21 0.81 0 0.11 284.67 0.76 0.53
Hex B3 2A E2 15 51 0 B 11D 4C 35
Octal 263 52 342 25 121 0 13 435 114 65
Binary 10110011 101010 11100010 10101 1010001 0 1011 100011101 1001100 110101

Color Harmonies of #B32AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32AE2

Black with #B32AE2

Text Example


Text Example

White with #B32AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32AE2; }

 p { color: rgb(179,42,226); }

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

background-color css

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

 a { background-color: rgb(179,42,226); }

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

border-color css

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

 span { border-color: rgb(179,42,226); }

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