Html Css Color HEX #B561EC Medium Orchid

📋 copy color: '#B561EC'

red 181 ◦ green 97 ◦ blue 236

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

Shades of Medium Orchid #B561EC

Tints of Medium Orchid #B561EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.87%

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

R = 35.21%
G = 18.87%
B = 45.91%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B561EC (or 0xB561EC) is known color: Medium Orchid. HEX triplet: B5, 61 and EC. RGB value is (181,97,236). Sum of RGB (Red+Green+Blue) = 181+97+236=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #B561EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B561EC is #4A9E13. Grayscale: #898989. Windows color (decimal): -4890132 or 15491509. OLE color: 15491509.

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

Color convert

RGB 181 97 236 -
CMYK 0.23 0.59 0 0.07
HSL 276.26º 0.79% 0.65% -
HSV(B) 276.26º 0.59% 0.93% -
XYZ 38.47 24.43 82.04 -
YUV 137.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 181 97 236 0.23 0.59 0 0.07 276.26 0.79 0.65
Hex B5 61 EC 17 3B 0 7 114 4F 41
Octal 265 141 354 27 73 0 7 424 117 101
Binary 10110101 1100001 11101100 10111 111011 0 111 100010100 1001111 1000001

Color Harmonies of #B561EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B561EC

Black with #B561EC

Text Example


Text Example

White with #B561EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B561EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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