Html Css Color HEX #B32AEC Dark Orchid

📋 copy color: '#B32AEC'

red 179 ◦ green 42 ◦ blue 236

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

Shades of Dark Orchid #B32AEC

Tints of Dark Orchid #B32AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.64%

R = 39.17%
G = 9.19%
B = 51.64%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B32AEC (or 0xB32AEC) is known color: Dark Orchid. HEX triplet: B3, 2A and EC. RGB value is (179,42,236). Sum of RGB (Red+Green+Blue) = 179+42+236=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #B32AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32AEC is #4CD513. Grayscale: #686868. Windows color (decimal): -5035284 or 15477427. OLE color: 15477427.

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

Color convert

RGB 179 42 236 -
CMYK 0.24 0.82 0 0.07
HSL 282.37º 0.84% 0.55% -
HSV(B) 282.37º 0.82% 0.93% -
XYZ 34.56 17.3 80.87 -
YUV 105.08 201.89 180.73 -
System Red Green Blue C M Y K H S L
Decimal 179 42 236 0.24 0.82 0 0.07 282.37 0.84 0.55
Hex B3 2A EC 18 52 0 7 11A 54 37
Octal 263 52 354 30 122 0 7 432 124 67
Binary 10110011 101010 11101100 11000 1010010 0 111 100011010 1010100 110111

Color Harmonies of #B32AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32AEC

Black with #B32AEC

Text Example


Text Example

White with #B32AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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