Html Css Color HEX #B63BB2 Fuchsia

📋 copy color: '#B63BB2'

red 182 ◦ green 59 ◦ blue 178

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

Shades of Fuchsia #B63BB2

Tints of Fuchsia #B63BB2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.08%

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

R = 43.44%
G = 14.08%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B63BB2 (or 0xB63BB2) is known color: Fuchsia. HEX triplet: B6, 3B and B2. RGB value is (182,59,178). Sum of RGB (Red+Green+Blue) = 182+59+178=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B63BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63BB2 is #49C44D. Grayscale: #6C6C6C. Windows color (decimal): -4834382 or 11680694. OLE color: 11680694.

HSL color Cylindrical-coordinate representation of color #B63BB2: hue angle of 301.95º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63BB2 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 59 178 -
CMYK 0 0.68 0.02 0.29
HSL 301.95º 0.51% 0.47% -
HSV(B) 301.95º 0.68% 0.71% -
XYZ 28.89 16.29 43.74 -
YUV 109.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 182 59 178 0 0.68 0.02 0.29 301.95 0.51 0.47
Hex B6 3B B2 0 44 2 1D 12E 33 2F
Octal 266 73 262 0 104 2 35 456 63 57
Binary 10110110 111011 10110010 0 1000100 10 11101 100101110 110011 101111

Color Harmonies of #B63BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63BB2

Black with #B63BB2

Text Example


Text Example

White with #B63BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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