Html Css Color HEX #B562EC Medium Orchid

📋 copy color: '#B562EC'

red 181 ◦ green 98 ◦ blue 236

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

Shades of Medium Orchid #B562EC

Tints of Medium Orchid #B562EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.03%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 35.15%
G = 19.03%
B = 45.83%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B562EC (or 0xB562EC) is known color: Medium Orchid. HEX triplet: B5, 62 and EC. RGB value is (181,98,236). Sum of RGB (Red+Green+Blue) = 181+98+236=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #B562EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B562EC is #4A9D13. Grayscale: #8A8A8A. Windows color (decimal): -4889876 or 15491765. OLE color: 15491765.

HSL color Cylindrical-coordinate representation of color #B562EC: hue angle of 276.09º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B562EC is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 98 236 -
CMYK 0.23 0.58 0 0.07
HSL 276.09º 0.78% 0.65% -
HSV(B) 276.09º 0.58% 0.93% -
XYZ 38.56 24.62 82.08 -
YUV 138.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 181 98 236 0.23 0.58 0 0.07 276.09 0.78 0.65
Hex B5 62 EC 17 3A 0 7 114 4E 41
Octal 265 142 354 27 72 0 7 424 116 101
Binary 10110101 1100010 11101100 10111 111010 0 111 100010100 1001110 1000001

Color Harmonies of #B562EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562EC

Black with #B562EC

Text Example


Text Example

White with #B562EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562EC; }

 p { color: rgb(181,98,236); }

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

background-color css

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

 a { background-color: rgb(181,98,236); }

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

border-color css

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

 span { border-color: rgb(181,98,236); }

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