Html Css Color HEX #B457DF Medium Orchid

📋 copy color: '#B457DF'

red 180 ◦ green 87 ◦ blue 223

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

Shades of Medium Orchid #B457DF

Tints of Medium Orchid #B457DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 36.73%
G = 17.76%
B = 45.51%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B457DF (or 0xB457DF) is known color: Medium Orchid. HEX triplet: B4, 57 and DF. RGB value is (180,87,223). Sum of RGB (Red+Green+Blue) = 180+87+223=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #B457DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B457DF is #4BA820. Grayscale: #818181. Windows color (decimal): -4958241 or 14636980. OLE color: 14636980.

HSL color Cylindrical-coordinate representation of color #B457DF: hue angle of 281.03º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B457DF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 87 223 -
CMYK 0.19 0.61 0 0.13
HSL 281.03º 0.68% 0.61% -
HSV(B) 281.03º 0.61% 0.87% -
XYZ 35.55 21.85 72.16 -
YUV 130.31 180.31 163.44 -
System Red Green Blue C M Y K H S L
Decimal 180 87 223 0.19 0.61 0 0.13 281.03 0.68 0.61
Hex B4 57 DF 13 3D 0 D 119 44 3D
Octal 264 127 337 23 75 0 15 431 104 75
Binary 10110100 1010111 11011111 10011 111101 0 1101 100011001 1000100 111101

Color Harmonies of #B457DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B457DF

Black with #B457DF

Text Example


Text Example

White with #B457DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B457DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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