Html Css Color HEX #B935BA Fuchsia

📋 copy color: '#B935BA'

red 185 ◦ green 53 ◦ blue 186

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

Shades of Fuchsia #B935BA

Tints of Fuchsia #B935BA

RGB

 RED value IS 185 (72.66% from 255) = 43.63%

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

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

R = 43.63%
G = 12.5%
B = 43.87%

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

#B935BA (or 0xB935BA) is known color: Fuchsia. HEX triplet: B9, 35 and BA. RGB value is (185,53,186). Sum of RGB (Red+Green+Blue) = 185+53+186=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #B935BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935BA is #46CA45. Grayscale: #6B6B6B. Windows color (decimal): -4639302 or 12203449. OLE color: 12203449.

HSL color Cylindrical-coordinate representation of color #B935BA: hue angle of 299.55º 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 #B935BA is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 186 -
CMYK 0.01 0.72 0 0.27
HSL 299.55º 0.56% 0.47% -
HSV(B) 299.55º 0.72% 0.73% -
XYZ 30.14 16.41 48.03 -
YUV 107.63 172.23 183.19 -
System Red Green Blue C M Y K H S L
Decimal 185 53 186 0.01 0.72 0 0.27 299.55 0.56 0.47
Hex B9 35 BA 1 48 0 1B 12C 38 2F
Octal 271 65 272 1 110 0 33 454 70 57
Binary 10111001 110101 10111010 1 1001000 0 11011 100101100 111000 101111

Color Harmonies of #B935BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935BA

Black with #B935BA

Text Example


Text Example

White with #B935BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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