Html Css Color HEX #B542ED Medium Orchid

📋 copy color: '#B542ED'

red 181 ◦ green 66 ◦ blue 237

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

Shades of Medium Orchid #B542ED

Tints of Medium Orchid #B542ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.64%

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

R = 37.4%
G = 13.64%
B = 48.97%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B542ED (or 0xB542ED) is known color: Medium Orchid. HEX triplet: B5, 42 and ED. RGB value is (181,66,237). Sum of RGB (Red+Green+Blue) = 181+66+237=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #B542ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B542ED is #4ABD12. Grayscale: #777777. Windows color (decimal): -4898067 or 15549109. OLE color: 15549109.

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

Color convert

RGB 181 66 237 -
CMYK 0.24 0.72 0 0.07
HSL 280.35º 0.83% 0.59% -
HSV(B) 280.35º 0.72% 0.93% -
XYZ 36.29 19.83 82.04 -
YUV 119.88 194.1 171.6 -
System Red Green Blue C M Y K H S L
Decimal 181 66 237 0.24 0.72 0 0.07 280.35 0.83 0.59
Hex B5 42 ED 18 48 0 7 118 53 3B
Octal 265 102 355 30 110 0 7 430 123 73
Binary 10110101 1000010 11101101 11000 1001000 0 111 100011000 1010011 111011

Color Harmonies of #B542ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B542ED

Black with #B542ED

Text Example


Text Example

White with #B542ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B542ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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