Html Css Color HEX #B063F5 Medium Purple

📋 copy color: '#B063F5'

red 176 ◦ green 99 ◦ blue 245

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

Shades of Medium Purple #B063F5

Tints of Medium Purple #B063F5

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.04%

 BLUE value IS 245 (96.09% from 255) = 47.12%

R = 33.85%
G = 19.04%
B = 47.12%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B063F5 (or 0xB063F5) is known color: Medium Purple. HEX triplet: B0, 63 and F5. RGB value is (176,99,245). Sum of RGB (Red+Green+Blue) = 176+99+245=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 245 - color contains mainly: blue. Hex color #B063F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B063F5 is #4F9C0A. Grayscale: #8A8A8A. Windows color (decimal): -5217291 or 16081840. OLE color: 16081840.

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

Color convert

RGB 176 99 245 -
CMYK 0.28 0.60 0 0.04
HSL 271.64º 0.88% 0.67% -
HSV(B) 271.64º 0.6% 0.96% -
XYZ 38.85 24.75 89.12 -
YUV 138.67 188.01 154.63 -
System Red Green Blue C M Y K H S L
Decimal 176 99 245 0.28 0.60 0 0.04 271.64 0.88 0.67
Hex B0 63 F5 1C 3C 0 4 110 58 43
Octal 260 143 365 34 74 0 4 420 130 103
Binary 10110000 1100011 11110101 11100 111100 0 100 100010000 1011000 1000011

Color Harmonies of #B063F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B063F5

Black with #B063F5

Text Example


Text Example

White with #B063F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B063F5; }

 p { color: rgb(176,99,245); }

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

background-color css

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

 a { background-color: rgb(176,99,245); }

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

border-color css

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

 span { border-color: rgb(176,99,245); }

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