Html Css Color HEX #B63FA8 Fuchsia

📋 copy color: '#B63FA8'

red 182 ◦ green 63 ◦ blue 168

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

Shades of Fuchsia #B63FA8

Tints of Fuchsia #B63FA8

RGB

 RED value IS 182 (71.48% from 255) = 44.07%

 GREEN value IS 63 (25% from 255) = 15.25%

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 44.07%
G = 15.25%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B63FA8 (or 0xB63FA8) is known color: Fuchsia. HEX triplet: B6, 3F and A8. RGB value is (182,63,168). Sum of RGB (Red+Green+Blue) = 182+63+168=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B63FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63FA8 is #49C057. Grayscale: #6E6E6E. Windows color (decimal): -4833368 or 11026358. OLE color: 11026358.

HSL color Cylindrical-coordinate representation of color #B63FA8: hue angle of 307.06º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63FA8 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 63 168 -
CMYK 0 0.65 0.08 0.29
HSL 307.06º 0.49% 0.48% -
HSV(B) 307.06º 0.65% 0.71% -
XYZ 28.14 16.33 38.71 -
YUV 110.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 182 63 168 0 0.65 0.08 0.29 307.06 0.49 0.48
Hex B6 3F A8 0 41 8 1D 133 31 30
Octal 266 77 250 0 101 10 35 463 61 60
Binary 10110110 111111 10101000 0 1000001 1000 11101 100110011 110001 110000

Color Harmonies of #B63FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FA8

Black with #B63FA8

Text Example


Text Example

White with #B63FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FA8; }

 p { color: rgb(182,63,168); }

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

background-color css

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

 a { background-color: rgb(182,63,168); }

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

border-color css

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

 span { border-color: rgb(182,63,168); }

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