Html Css Color HEX #B542EA Medium Orchid

📋 copy color: '#B542EA'

red 181 ◦ green 66 ◦ blue 234

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

Shades of Medium Orchid #B542EA

Tints of Medium Orchid #B542EA

RGB

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

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

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

R = 37.63%
G = 13.72%
B = 48.65%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B542EA (or 0xB542EA) is known color: Medium Orchid. HEX triplet: B5, 42 and EA. RGB value is (181,66,234). Sum of RGB (Red+Green+Blue) = 181+66+234=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #B542EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B542EA is #4ABD15. Grayscale: #767676. Windows color (decimal): -4898070 or 15352501. OLE color: 15352501.

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

Color convert

RGB 181 66 234 -
CMYK 0.23 0.72 0 0.08
HSL 281.07º 0.8% 0.59% -
HSV(B) 281.07º 0.72% 0.92% -
XYZ 35.86 19.66 79.75 -
YUV 119.54 192.6 171.84 -
System Red Green Blue C M Y K H S L
Decimal 181 66 234 0.23 0.72 0 0.08 281.07 0.8 0.59
Hex B5 42 EA 17 48 0 8 119 50 3B
Octal 265 102 352 27 110 0 10 431 120 73
Binary 10110101 1000010 11101010 10111 1001000 0 1000 100011001 1010000 111011

Color Harmonies of #B542EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B542EA

Black with #B542EA

Text Example


Text Example

White with #B542EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B542EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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