Html Css Color HEX #B063BE Fuchsia

📋 copy color: '#B063BE'

red 176 ◦ green 99 ◦ blue 190

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

Shades of Fuchsia #B063BE

Tints of Fuchsia #B063BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 37.85%
G = 21.29%
B = 40.86%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B063BE (or 0xB063BE) is known color: Fuchsia. HEX triplet: B0, 63 and BE. RGB value is (176,99,190). Sum of RGB (Red+Green+Blue) = 176+99+190=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #B063BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063BE is #4F9C41. Grayscale: #848484. Windows color (decimal): -5217346 or 12477360. OLE color: 12477360.

HSL color Cylindrical-coordinate representation of color #B063BE: hue angle of 290.77º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B063BE is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 99 190 -
CMYK 0.07 0.48 0 0.25
HSL 290.77º 0.41% 0.57% -
HSV(B) 290.77º 0.48% 0.75% -
XYZ 31.66 21.87 51.27 -
YUV 132.4 160.51 159.1 -
System Red Green Blue C M Y K H S L
Decimal 176 99 190 0.07 0.48 0 0.25 290.77 0.41 0.57
Hex B0 63 BE 7 30 0 19 123 29 39
Octal 260 143 276 7 60 0 31 443 51 71
Binary 10110000 1100011 10111110 111 110000 0 11001 100100011 101001 111001

Color Harmonies of #B063BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B063BE

Black with #B063BE

Text Example


Text Example

White with #B063BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B063BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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