Html Css Color HEX #B532ED Dark Orchid

📋 copy color: '#B532ED'

red 181 ◦ green 50 ◦ blue 237

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

Shades of Dark Orchid #B532ED

Tints of Dark Orchid #B532ED

RGB

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

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

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

R = 38.68%
G = 10.68%
B = 50.64%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B532ED (or 0xB532ED) is known color: Dark Orchid. HEX triplet: B5, 32 and ED. RGB value is (181,50,237). Sum of RGB (Red+Green+Blue) = 181+50+237=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #B532ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B532ED is #4ACD12. Grayscale: #6D6D6D. Windows color (decimal): -4902163 or 15545013. OLE color: 15545013.

HSL color Cylindrical-coordinate representation of color #B532ED: hue angle of 282.03º degrees, saturation: 0.84, 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 #B532ED is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 50 237 -
CMYK 0.24 0.79 0 0.07
HSL 282.03º 0.84% 0.56% -
HSV(B) 282.03º 0.79% 0.93% -
XYZ 35.48 18.22 81.77 -
YUV 110.49 199.4 178.29 -
System Red Green Blue C M Y K H S L
Decimal 181 50 237 0.24 0.79 0 0.07 282.03 0.84 0.56
Hex B5 32 ED 18 4F 0 7 11A 54 38
Octal 265 62 355 30 117 0 7 432 124 70
Binary 10110101 110010 11101101 11000 1001111 0 111 100011010 1010100 111000

Color Harmonies of #B532ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532ED

Black with #B532ED

Text Example


Text Example

White with #B532ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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