Html Css Color HEX #B457ED Medium Orchid

📋 copy color: '#B457ED'

red 180 ◦ green 87 ◦ blue 237

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

Shades of Medium Orchid #B457ED

Tints of Medium Orchid #B457ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 35.71%
G = 17.26%
B = 47.02%

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

#B457ED (or 0xB457ED) is known color: Medium Orchid. HEX triplet: B4, 57 and ED. RGB value is (180,87,237). Sum of RGB (Red+Green+Blue) = 180+87+237=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #B457ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B457ED is #4BA812. Grayscale: #838383. Windows color (decimal): -4958227 or 15554484. OLE color: 15554484.

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

Color convert

RGB 180 87 237 -
CMYK 0.24 0.63 0 0.07
HSL 277.2º 0.81% 0.64% -
HSV(B) 277.2º 0.63% 0.93% -
XYZ 37.52 22.63 82.51 -
YUV 131.91 187.31 162.3 -
System Red Green Blue C M Y K H S L
Decimal 180 87 237 0.24 0.63 0 0.07 277.2 0.81 0.64
Hex B4 57 ED 18 3F 0 7 115 51 40
Octal 264 127 355 30 77 0 7 425 121 100
Binary 10110100 1010111 11101101 11000 111111 0 111 100010101 1010001 1000000

Color Harmonies of #B457ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B457ED

Black with #B457ED

Text Example


Text Example

White with #B457ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B457ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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