Html Css Color HEX #B532EA Dark Orchid

📋 copy color: '#B532EA'

red 181 ◦ green 50 ◦ blue 234

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

Shades of Dark Orchid #B532EA

Tints of Dark Orchid #B532EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 38.92%
G = 10.75%
B = 50.32%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B532EA (or 0xB532EA) is known color: Dark Orchid. HEX triplet: B5, 32 and EA. RGB value is (181,50,234). Sum of RGB (Red+Green+Blue) = 181+50+234=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #B532EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B532EA is #4ACD15. Grayscale: #6D6D6D. Windows color (decimal): -4902166 or 15348405. OLE color: 15348405.

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

Color convert

RGB 181 50 234 -
CMYK 0.23 0.79 0 0.08
HSL 282.72º 0.81% 0.56% -
HSV(B) 282.72º 0.79% 0.92% -
XYZ 35.05 18.05 79.48 -
YUV 110.15 197.9 178.54 -
System Red Green Blue C M Y K H S L
Decimal 181 50 234 0.23 0.79 0 0.08 282.72 0.81 0.56
Hex B5 32 EA 17 4F 0 8 11B 51 38
Octal 265 62 352 27 117 0 10 433 121 70
Binary 10110101 110010 11101010 10111 1001111 0 1000 100011011 1010001 111000

Color Harmonies of #B532EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532EA

Black with #B532EA

Text Example


Text Example

White with #B532EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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