Html Css Color HEX #B063BC Fuchsia

📋 copy color: '#B063BC'

red 176 ◦ green 99 ◦ blue 188

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

Shades of Fuchsia #B063BC

Tints of Fuchsia #B063BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 38.01%
G = 21.38%
B = 40.6%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B063BC (or 0xB063BC) is known color: Fuchsia. HEX triplet: B0, 63 and BC. RGB value is (176,99,188). Sum of RGB (Red+Green+Blue) = 176+99+188=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #B063BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063BC is #4F9C43. Grayscale: #838383. Windows color (decimal): -5217348 or 12346288. OLE color: 12346288.

HSL color Cylindrical-coordinate representation of color #B063BC: hue angle of 291.91º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B063BC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 99 188 -
CMYK 0.06 0.47 0 0.26
HSL 291.91º 0.4% 0.56% -
HSV(B) 291.91º 0.47% 0.74% -
XYZ 31.44 21.78 50.12 -
YUV 132.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 176 99 188 0.06 0.47 0 0.26 291.91 0.4 0.56
Hex B0 63 BC 6 2F 0 1A 124 28 38
Octal 260 143 274 6 57 0 32 444 50 70
Binary 10110000 1100011 10111100 110 101111 0 11010 100100100 101000 111000

Color Harmonies of #B063BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B063BC

Black with #B063BC

Text Example


Text Example

White with #B063BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B063BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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