Html Css Color HEX #B63FB2 Fuchsia

📋 copy color: '#B63FB2'

red 182 ◦ green 63 ◦ blue 178

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

Shades of Fuchsia #B63FB2

Tints of Fuchsia #B63FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.08%

R = 43.03%
G = 14.89%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B63FB2 (or 0xB63FB2) is known color: Fuchsia. HEX triplet: B6, 3F and B2. RGB value is (182,63,178). Sum of RGB (Red+Green+Blue) = 182+63+178=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B63FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63FB2 is #49C04D. Grayscale: #6F6F6F. Windows color (decimal): -4833358 or 11681718. OLE color: 11681718.

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

Color convert

RGB 182 63 178 -
CMYK 0 0.65 0.02 0.29
HSL 302.02º 0.49% 0.48% -
HSV(B) 302.02º 0.65% 0.71% -
XYZ 29.1 16.71 43.81 -
YUV 111.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 182 63 178 0 0.65 0.02 0.29 302.02 0.49 0.48
Hex B6 3F B2 0 41 2 1D 12E 31 30
Octal 266 77 262 0 101 2 35 456 61 60
Binary 10110110 111111 10110010 0 1000001 10 11101 100101110 110001 110000

Color Harmonies of #B63FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FB2

Black with #B63FB2

Text Example


Text Example

White with #B63FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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