Html Css Color HEX #B63FB4 Fuchsia

📋 copy color: '#B63FB4'

red 182 ◦ green 63 ◦ blue 180

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

Shades of Fuchsia #B63FB4

Tints of Fuchsia #B63FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.35%

R = 42.82%
G = 14.82%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B63FB4 (or 0xB63FB4) is known color: Fuchsia. HEX triplet: B6, 3F and B4. RGB value is (182,63,180). Sum of RGB (Red+Green+Blue) = 182+63+180=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B63FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FB4 is #49C04B. Grayscale: #6F6F6F. Windows color (decimal): -4833356 or 11812790. OLE color: 11812790.

HSL color Cylindrical-coordinate representation of color #B63FB4: hue angle of 301.01º 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 #B63FB4 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 63 180 -
CMYK 0 0.65 0.01 0.29
HSL 301.01º 0.49% 0.48% -
HSV(B) 301.01º 0.65% 0.71% -
XYZ 29.31 16.8 44.88 -
YUV 111.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 182 63 180 0 0.65 0.01 0.29 301.01 0.49 0.48
Hex B6 3F B4 0 41 1 1D 12D 31 30
Octal 266 77 264 0 101 1 35 455 61 60
Binary 10110110 111111 10110100 0 1000001 1 11101 100101101 110001 110000

Color Harmonies of #B63FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FB4

Black with #B63FB4

Text Example


Text Example

White with #B63FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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