Html Css Color HEX #B057F6 Medium Orchid

📋 copy color: '#B057F6'

red 176 ◦ green 87 ◦ blue 246

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

Shades of Medium Orchid #B057F6

Tints of Medium Orchid #B057F6

RGB

 RED value IS 176 (69.14% from 255) = 34.58%

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

 BLUE value IS 246 (96.48% from 255) = 48.33%

R = 34.58%
G = 17.09%
B = 48.33%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B057F6 (or 0xB057F6) is known color: Medium Orchid. HEX triplet: B0, 57 and F6. RGB value is (176,87,246). Sum of RGB (Red+Green+Blue) = 176+87+246=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 87 (34.38% from 255 or 17.09% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #B057F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B057F6 is #4FA809. Grayscale: #838383. Windows color (decimal): -5220362 or 16144304. OLE color: 16144304.

HSL color Cylindrical-coordinate representation of color #B057F6: hue angle of 273.58º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B057F6 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 87 246 -
CMYK 0.28 0.65 0 0.04
HSL 273.58º 0.9% 0.65% -
HSV(B) 273.58º 0.65% 0.96% -
XYZ 37.95 22.7 89.57 -
YUV 131.74 192.49 159.57 -
System Red Green Blue C M Y K H S L
Decimal 176 87 246 0.28 0.65 0 0.04 273.58 0.9 0.65
Hex B0 57 F6 1C 41 0 4 112 5A 41
Octal 260 127 366 34 101 0 4 422 132 101
Binary 10110000 1010111 11110110 11100 1000001 0 100 100010010 1011010 1000001

Color Harmonies of #B057F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B057F6

Black with #B057F6

Text Example


Text Example

White with #B057F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B057F6; }

 p { color: rgb(176,87,246); }

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

background-color css

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

 a { background-color: rgb(176,87,246); }

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

border-color css

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

 span { border-color: rgb(176,87,246); }

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