Html Css Color HEX #B63BAE Fuchsia

📋 copy color: '#B63BAE'

red 182 ◦ green 59 ◦ blue 174

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

Shades of Fuchsia #B63BAE

Tints of Fuchsia #B63BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.93%

R = 43.86%
G = 14.22%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B63BAE (or 0xB63BAE) is known color: Fuchsia. HEX triplet: B6, 3B and AE. RGB value is (182,59,174). Sum of RGB (Red+Green+Blue) = 182+59+174=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B63BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63BAE is #49C451. Grayscale: #6C6C6C. Windows color (decimal): -4834386 or 11418550. OLE color: 11418550.

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

Color convert

RGB 182 59 174 -
CMYK 0 0.68 0.04 0.29
HSL 303.9º 0.51% 0.47% -
HSV(B) 303.9º 0.68% 0.71% -
XYZ 28.5 16.13 41.66 -
YUV 108.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 182 59 174 0 0.68 0.04 0.29 303.9 0.51 0.47
Hex B6 3B AE 0 44 4 1D 130 33 2F
Octal 266 73 256 0 104 4 35 460 63 57
Binary 10110110 111011 10101110 0 1000100 100 11101 100110000 110011 101111

Color Harmonies of #B63BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63BAE

Black with #B63BAE

Text Example


Text Example

White with #B63BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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