Html Css Color HEX #B059FC Medium Orchid

📋 copy color: '#B059FC'

red 176 ◦ green 89 ◦ blue 252

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

Shades of Medium Orchid #B059FC

Tints of Medium Orchid #B059FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 34.04%
G = 17.21%
B = 48.74%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B059FC (or 0xB059FC) is known color: Medium Orchid. HEX triplet: B0, 59 and FC. RGB value is (176,89,252). Sum of RGB (Red+Green+Blue) = 176+89+252=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #B059FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B059FC is #4FA603. Grayscale: #858585. Windows color (decimal): -5219844 or 16538032. OLE color: 16538032.

HSL color Cylindrical-coordinate representation of color #B059FC: hue angle of 272.02º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B059FC is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 89 252 -
CMYK 0.30 0.65 0 0.01
HSL 272.02º 0.96% 0.67% -
HSV(B) 272.02º 0.65% 0.99% -
XYZ 39.05 23.4 94.55 -
YUV 133.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 176 89 252 0.30 0.65 0 0.01 272.02 0.96 0.67
Hex B0 59 FC 1E 41 0 1 110 60 43
Octal 260 131 374 36 101 0 1 420 140 103
Binary 10110000 1011001 11111100 11110 1000001 0 1 100010000 1100000 1000011

Color Harmonies of #B059FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B059FC

Black with #B059FC

Text Example


Text Example

White with #B059FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B059FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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