Html Css Color HEX #B63EB6 Fuchsia

📋 copy color: '#B63EB6'

red 182 ◦ green 62 ◦ blue 182

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

Shades of Fuchsia #B63EB6

Tints of Fuchsia #B63EB6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.55%

 BLUE value IS 182 (71.48% from 255) = 42.72%

R = 42.72%
G = 14.55%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B63EB6 (or 0xB63EB6) is known color: Fuchsia. HEX triplet: B6, 3E and B6. RGB value is (182,62,182). Sum of RGB (Red+Green+Blue) = 182+62+182=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B63EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63EB6 is #49C149. Grayscale: #6F6F6F. Windows color (decimal): -4833610 or 11943606. OLE color: 11943606.

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

Color convert

RGB 182 62 182 -
CMYK 0 0.66 0 0.29
HSL 300º 0.49% 0.48% -
HSV(B) 300º 0.66% 0.71% -
XYZ 29.46 16.77 45.94 -
YUV 111.56 167.76 178.24 -
System Red Green Blue C M Y K H S L
Decimal 182 62 182 0 0.66 0 0.29 300 0.49 0.48
Hex B6 3E B6 0 42 0 1D 12C 31 30
Octal 266 76 266 0 102 0 35 454 61 60
Binary 10110110 111110 10110110 0 1000010 0 11101 100101100 110001 110000

Color Harmonies of #B63EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63EB6

Black with #B63EB6

Text Example


Text Example

White with #B63EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63EB6; }

 p { color: rgb(182,62,182); }

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

background-color css

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

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

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

border-color css

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

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

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