Html Css Color HEX #B835BA Fuchsia

📋 copy color: '#B835BA'

red 184 ◦ green 53 ◦ blue 186

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

Shades of Fuchsia #B835BA

Tints of Fuchsia #B835BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 43.5%
G = 12.53%
B = 43.97%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B835BA (or 0xB835BA) is known color: Fuchsia. HEX triplet: B8, 35 and BA. RGB value is (184,53,186). Sum of RGB (Red+Green+Blue) = 184+53+186=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #B835BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B835BA is #47CA45. Grayscale: #6A6A6A. Windows color (decimal): -4704838 or 12203448. OLE color: 12203448.

HSL color Cylindrical-coordinate representation of color #B835BA: hue angle of 299.1º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B835BA is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 53 186 -
CMYK 0.01 0.72 0 0.27
HSL 299.1º 0.56% 0.47% -
HSV(B) 299.1º 0.72% 0.73% -
XYZ 29.9 16.28 48.02 -
YUV 107.33 172.4 182.69 -
System Red Green Blue C M Y K H S L
Decimal 184 53 186 0.01 0.72 0 0.27 299.1 0.56 0.47
Hex B8 35 BA 1 48 0 1B 12B 38 2F
Octal 270 65 272 1 110 0 33 453 70 57
Binary 10111000 110101 10111010 1 1001000 0 11011 100101011 111000 101111

Color Harmonies of #B835BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B835BA

Black with #B835BA

Text Example


Text Example

White with #B835BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B835BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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