Html Css Color HEX #B835AB Fuchsia

📋 copy color: '#B835AB'

red 184 ◦ green 53 ◦ blue 171

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

Shades of Fuchsia #B835AB

Tints of Fuchsia #B835AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.91%

R = 45.1%
G = 12.99%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B835AB (or 0xB835AB) is known color: Fuchsia. HEX triplet: B8, 35 and AB. RGB value is (184,53,171). Sum of RGB (Red+Green+Blue) = 184+53+171=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B835AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B835AB is #47CA54. Grayscale: #696969. Windows color (decimal): -4704853 or 11220408. OLE color: 11220408.

HSL color Cylindrical-coordinate representation of color #B835AB: hue angle of 305.95º 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 #B835AB is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 53 171 -
CMYK 0 0.71 0.07 0.28
HSL 305.95º 0.55% 0.46% -
HSV(B) 305.95º 0.71% 0.72% -
XYZ 28.39 15.68 40.06 -
YUV 105.62 164.9 183.91 -
System Red Green Blue C M Y K H S L
Decimal 184 53 171 0 0.71 0.07 0.28 305.95 0.55 0.46
Hex B8 35 AB 0 47 7 1C 132 37 2E
Octal 270 65 253 0 107 7 34 462 67 56
Binary 10111000 110101 10101011 0 1000111 111 11100 100110010 110111 101110

Color Harmonies of #B835AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B835AB

Black with #B835AB

Text Example


Text Example

White with #B835AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B835AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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