Html Css Color HEX #B635A8 Fuchsia

📋 copy color: '#B635A8'

red 182 ◦ green 53 ◦ blue 168

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

Shades of Fuchsia #B635A8

Tints of Fuchsia #B635A8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.15%

 BLUE value IS 168 (66.02% from 255) = 41.69%

R = 45.16%
G = 13.15%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B635A8 (or 0xB635A8) is known color: Fuchsia. HEX triplet: B6, 35 and A8. RGB value is (182,53,168). Sum of RGB (Red+Green+Blue) = 182+53+168=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B635A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B635A8 is #49CA57. Grayscale: #686868. Windows color (decimal): -4835928 or 11023798. OLE color: 11023798.

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

Color convert

RGB 182 53 168 -
CMYK 0 0.71 0.08 0.29
HSL 306.51º 0.55% 0.46% -
HSV(B) 306.51º 0.71% 0.71% -
XYZ 27.63 15.32 38.55 -
YUV 104.68 163.74 183.15 -
System Red Green Blue C M Y K H S L
Decimal 182 53 168 0 0.71 0.08 0.29 306.51 0.55 0.46
Hex B6 35 A8 0 47 8 1D 133 37 2E
Octal 266 65 250 0 107 10 35 463 67 56
Binary 10110110 110101 10101000 0 1000111 1000 11101 100110011 110111 101110

Color Harmonies of #B635A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B635A8

Black with #B635A8

Text Example


Text Example

White with #B635A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B635A8; }

 p { color: rgb(182,53,168); }

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

background-color css

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

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

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

border-color css

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

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

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