Html Css Color HEX #B532EC Dark Orchid

📋 copy color: '#B532EC'

red 181 ◦ green 50 ◦ blue 236

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

Shades of Dark Orchid #B532EC

Tints of Dark Orchid #B532EC

RGB

 RED value IS 181 (71.09% from 255) = 38.76%

 GREEN value IS 50 (19.92% from 255) = 10.71%

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

R = 38.76%
G = 10.71%
B = 50.54%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B532EC (or 0xB532EC) is known color: Dark Orchid. HEX triplet: B5, 32 and EC. RGB value is (181,50,236). Sum of RGB (Red+Green+Blue) = 181+50+236=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #B532EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B532EC is #4ACD13. Grayscale: #6D6D6D. Windows color (decimal): -4902164 or 15479477. OLE color: 15479477.

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

Color convert

RGB 181 50 236 -
CMYK 0.23 0.79 0 0.07
HSL 282.26º 0.83% 0.56% -
HSV(B) 282.26º 0.79% 0.93% -
XYZ 35.34 18.16 81 -
YUV 110.37 198.9 178.38 -
System Red Green Blue C M Y K H S L
Decimal 181 50 236 0.23 0.79 0 0.07 282.26 0.83 0.56
Hex B5 32 EC 17 4F 0 7 11A 53 38
Octal 265 62 354 27 117 0 7 432 123 70
Binary 10110101 110010 11101100 10111 1001111 0 111 100011010 1010011 111000

Color Harmonies of #B532EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532EC

Black with #B532EC

Text Example


Text Example

White with #B532EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532EC; }

 p { color: rgb(181,50,236); }

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

background-color css

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

 a { background-color: rgb(181,50,236); }

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

border-color css

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

 span { border-color: rgb(181,50,236); }

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