Html Css Color HEX #B835A8 Fuchsia

📋 copy color: '#B835A8'

red 184 ◦ green 53 ◦ blue 168

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

Shades of Fuchsia #B835A8

Tints of Fuchsia #B835A8

RGB

 RED value IS 184 (72.27% from 255) = 45.43%

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

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

R = 45.43%
G = 13.09%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B835A8 (or 0xB835A8) is known color: Fuchsia. HEX triplet: B8, 35 and A8. RGB value is (184,53,168). Sum of RGB (Red+Green+Blue) = 184+53+168=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B835A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B835A8 is #47CA57. Grayscale: #686868. Windows color (decimal): -4704856 or 11023800. OLE color: 11023800.

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

Color convert

RGB 184 53 168 -
CMYK 0 0.71 0.09 0.28
HSL 307.33º 0.55% 0.46% -
HSV(B) 307.33º 0.71% 0.72% -
XYZ 28.11 15.56 38.57 -
YUV 105.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 184 53 168 0 0.71 0.09 0.28 307.33 0.55 0.46
Hex B8 35 A8 0 47 9 1C 133 37 2E
Octal 270 65 250 0 107 11 34 463 67 56
Binary 10111000 110101 10101000 0 1000111 1001 11100 100110011 110111 101110

Color Harmonies of #B835A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B835A8

Black with #B835A8

Text Example


Text Example

White with #B835A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B835A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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