Html Css Color HEX #B56FEC Medium Orchid

📋 copy color: '#B56FEC'

red 181 ◦ green 111 ◦ blue 236

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

Shades of Medium Orchid #B56FEC

Tints of Medium Orchid #B56FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.02%

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

R = 34.28%
G = 21.02%
B = 44.7%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B56FEC (or 0xB56FEC) is known color: Medium Orchid. HEX triplet: B5, 6F and EC. RGB value is (181,111,236). Sum of RGB (Red+Green+Blue) = 181+111+236=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #B56FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56FEC is #4A9013. Grayscale: #919191. Windows color (decimal): -4886548 or 15495093. OLE color: 15495093.

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

Color convert

RGB 181 111 236 -
CMYK 0.23 0.53 0 0.07
HSL 273.6º 0.77% 0.68% -
HSV(B) 273.6º 0.53% 0.93% -
XYZ 39.88 27.25 82.51 -
YUV 146.18 178.69 152.84 -
System Red Green Blue C M Y K H S L
Decimal 181 111 236 0.23 0.53 0 0.07 273.6 0.77 0.68
Hex B5 6F EC 17 35 0 7 112 4D 44
Octal 265 157 354 27 65 0 7 422 115 104
Binary 10110101 1101111 11101100 10111 110101 0 111 100010010 1001101 1000100

Color Harmonies of #B56FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56FEC

Black with #B56FEC

Text Example


Text Example

White with #B56FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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