Html Css Color HEX #B457EC Medium Orchid

📋 copy color: '#B457EC'

red 180 ◦ green 87 ◦ blue 236

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

Shades of Medium Orchid #B457EC

Tints of Medium Orchid #B457EC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.3%

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

R = 35.79%
G = 17.3%
B = 46.92%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B457EC (or 0xB457EC) is known color: Medium Orchid. HEX triplet: B4, 57 and EC. RGB value is (180,87,236). Sum of RGB (Red+Green+Blue) = 180+87+236=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 87 (34.38% from 255 or 17.30% 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 #B457EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B457EC is #4BA813. Grayscale: #838383. Windows color (decimal): -4958228 or 15488948. OLE color: 15488948.

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

Color convert

RGB 180 87 236 -
CMYK 0.24 0.63 0 0.07
HSL 277.45º 0.8% 0.63% -
HSV(B) 277.45º 0.63% 0.93% -
XYZ 37.37 22.58 81.74 -
YUV 131.79 186.81 162.38 -
System Red Green Blue C M Y K H S L
Decimal 180 87 236 0.24 0.63 0 0.07 277.45 0.8 0.63
Hex B4 57 EC 18 3F 0 7 115 50 3F
Octal 264 127 354 30 77 0 7 425 120 77
Binary 10110100 1010111 11101100 11000 111111 0 111 100010101 1010000 111111

Color Harmonies of #B457EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B457EC

Black with #B457EC

Text Example


Text Example

White with #B457EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B457EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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