Html Css Color HEX #BB35BA Fuchsia

📋 copy color: '#BB35BA'

red 187 ◦ green 53 ◦ blue 186

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

Shades of Fuchsia #BB35BA

Tints of Fuchsia #BB35BA

RGB

 RED value IS 187 (73.44% from 255) = 43.9%

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

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

R = 43.9%
G = 12.44%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB35BA (or 0xBB35BA) is known color: Fuchsia. HEX triplet: BB, 35 and BA. RGB value is (187,53,186). Sum of RGB (Red+Green+Blue) = 187+53+186=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB35BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB35BA is #44CA45. Grayscale: #6B6B6B. Windows color (decimal): -4508230 or 12203451. OLE color: 12203451.

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

Color convert

RGB 187 53 186 -
CMYK 0 0.72 0.01 0.27
HSL 300.45º 0.56% 0.47% -
HSV(B) 300.45º 0.72% 0.73% -
XYZ 30.63 16.66 48.05 -
YUV 108.23 171.89 184.19 -
System Red Green Blue C M Y K H S L
Decimal 187 53 186 0 0.72 0.01 0.27 300.45 0.56 0.47
Hex BB 35 BA 0 48 1 1B 12C 38 2F
Octal 273 65 272 0 110 1 33 454 70 57
Binary 10111011 110101 10111010 0 1001000 1 11011 100101100 111000 101111

Color Harmonies of #BB35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB35BA

Black with #BB35BA

Text Example


Text Example

White with #BB35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB35BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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