#B835BE

Color #B835BE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B835BE

Tints of Fuchsia #B835BE

Color information

#B835BE (or 0xB835BE) is unknown color: approx Fuchsia. HEX triplet: B8, 35 and BE. RGB value is (184,53,190). Sum of RGB (Red+Green+Blue) = 184+53+190=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #B835BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B835BE is #47CA41. Grayscale: #6B6B6B. Windows color (decimal): -4704834 or 12465592. OLE color: 12465592.

HSL color Cylindrical-coordinate representation of color #B835BE: hue angle of 297.37º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B835BE is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18453190-
CMYK0.030.7200.25
HSL297.37º56.38%47.65%-
HSV(B)297.37º72.11%74.51%-
XYZ30.3316.4550.29-
YUV107.79174.4182.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 53 (21.09% from 255) = 12.41%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=43.09%
G=12.41%
B=44.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184531900.030.7200.25297.3756.3847.65
HexB835BE3480191293830
Octal2706527631100314517060
Binary1011100011010110111110111001000011001100101001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B835BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B835BE; }

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

 H1.HeaderClassName
 {
   color: #B835BE;
 }
 .AnyTagClassName
 {
   color: #B835BE;
 }
</style>
background-color css

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

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

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

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

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

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