Html Css Color HEX #B542E6 Medium Orchid

📋 copy color: '#B542E6'

red 181 ◦ green 66 ◦ blue 230

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

Shades of Medium Orchid #B542E6

Tints of Medium Orchid #B542E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.22%

R = 37.95%
G = 13.84%
B = 48.22%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B542E6 (or 0xB542E6) is known color: Medium Orchid. HEX triplet: B5, 42 and E6. RGB value is (181,66,230). Sum of RGB (Red+Green+Blue) = 181+66+230=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #B542E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B542E6 is #4ABD19. Grayscale: #767676. Windows color (decimal): -4898074 or 15090357. OLE color: 15090357.

HSL color Cylindrical-coordinate representation of color #B542E6: hue angle of 282.07º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B542E6 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 66 230 -
CMYK 0.21 0.71 0 0.10
HSL 282.07º 0.77% 0.58% -
HSV(B) 282.07º 0.71% 0.9% -
XYZ 35.29 19.43 76.75 -
YUV 119.08 190.6 172.16 -
System Red Green Blue C M Y K H S L
Decimal 181 66 230 0.21 0.71 0 0.10 282.07 0.77 0.58
Hex B5 42 E6 15 47 0 A 11A 4D 3A
Octal 265 102 346 25 107 0 12 432 115 72
Binary 10110101 1000010 11100110 10101 1000111 0 1010 100011010 1001101 111010

Color Harmonies of #B542E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B542E6

Black with #B542E6

Text Example


Text Example

White with #B542E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B542E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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