Html Css Color HEX #B456EC Medium Orchid

📋 copy color: '#B456EC'

red 180 ◦ green 86 ◦ blue 236

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

Shades of Medium Orchid #B456EC

Tints of Medium Orchid #B456EC

RGB

 RED value IS 180 (70.7% from 255) = 35.86%

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

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

R = 35.86%
G = 17.13%
B = 47.01%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B456EC (or 0xB456EC) is known color: Medium Orchid. HEX triplet: B4, 56 and EC. RGB value is (180,86,236). Sum of RGB (Red+Green+Blue) = 180+86+236=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #B456EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B456EC is #4BA913. Grayscale: #828282. Windows color (decimal): -4958484 or 15488692. OLE color: 15488692.

HSL color Cylindrical-coordinate representation of color #B456EC: hue angle of 277.6º 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 #B456EC is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 86 236 -
CMYK 0.24 0.64 0 0.07
HSL 277.6º 0.8% 0.63% -
HSV(B) 277.6º 0.64% 0.93% -
XYZ 37.29 22.42 81.72 -
YUV 131.21 187.14 162.8 -
System Red Green Blue C M Y K H S L
Decimal 180 86 236 0.24 0.64 0 0.07 277.6 0.8 0.63
Hex B4 56 EC 18 40 0 7 116 50 3F
Octal 264 126 354 30 100 0 7 426 120 77
Binary 10110100 1010110 11101100 11000 1000000 0 111 100010110 1010000 111111

Color Harmonies of #B456EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B456EC

Black with #B456EC

Text Example


Text Example

White with #B456EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B456EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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