Html Css Color HEX #B059F8 Medium Orchid

📋 copy color: '#B059F8'

red 176 ◦ green 89 ◦ blue 248

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

Shades of Medium Orchid #B059F8

Tints of Medium Orchid #B059F8

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.35%

 BLUE value IS 248 (97.27% from 255) = 48.34%

R = 34.31%
G = 17.35%
B = 48.34%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B059F8 (or 0xB059F8) is known color: Medium Orchid. HEX triplet: B0, 59 and F8. RGB value is (176,89,248). Sum of RGB (Red+Green+Blue) = 176+89+248=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #B059F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B059F8 is #4FA607. Grayscale: #848484. Windows color (decimal): -5219848 or 16275888. OLE color: 16275888.

HSL color Cylindrical-coordinate representation of color #B059F8: hue angle of 272.83º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B059F8 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 89 248 -
CMYK 0.29 0.64 0 0.03
HSL 272.83º 0.92% 0.66% -
HSV(B) 272.83º 0.64% 0.97% -
XYZ 38.42 23.15 91.25 -
YUV 133.14 192.82 158.57 -
System Red Green Blue C M Y K H S L
Decimal 176 89 248 0.29 0.64 0 0.03 272.83 0.92 0.66
Hex B0 59 F8 1D 40 0 3 111 5C 42
Octal 260 131 370 35 100 0 3 421 134 102
Binary 10110000 1011001 11111000 11101 1000000 0 11 100010001 1011100 1000010

Color Harmonies of #B059F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059F8

Black with #B059F8

Text Example


Text Example

White with #B059F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059F8; }

 p { color: rgb(176,89,248); }

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

background-color css

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

 a { background-color: rgb(176,89,248); }

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

border-color css

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

 span { border-color: rgb(176,89,248); }

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