Html Css Color HEX #B556EC Medium Orchid

📋 copy color: '#B556EC'

red 181 ◦ green 86 ◦ blue 236

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

Shades of Medium Orchid #B556EC

Tints of Medium Orchid #B556EC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.1%

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

R = 35.98%
G = 17.1%
B = 46.92%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B556EC (or 0xB556EC) is known color: Medium Orchid. HEX triplet: B5, 56 and EC. RGB value is (181,86,236). Sum of RGB (Red+Green+Blue) = 181+86+236=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #B556EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B556EC is #4AA913. Grayscale: #838383. Windows color (decimal): -4892948 or 15488693. OLE color: 15488693.

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

Color convert

RGB 181 86 236 -
CMYK 0.23 0.64 0 0.07
HSL 278º 0.8% 0.63% -
HSV(B) 278º 0.64% 0.93% -
XYZ 37.52 22.54 81.73 -
YUV 131.51 186.97 163.3 -
System Red Green Blue C M Y K H S L
Decimal 181 86 236 0.23 0.64 0 0.07 278 0.8 0.63
Hex B5 56 EC 17 40 0 7 116 50 3F
Octal 265 126 354 27 100 0 7 426 120 77
Binary 10110101 1010110 11101100 10111 1000000 0 111 100010110 1010000 111111

Color Harmonies of #B556EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B556EC

Black with #B556EC

Text Example


Text Example

White with #B556EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B556EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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