Html Css Color HEX #BB35BB Fuchsia

📋 copy color: '#BB35BB'

red 187 ◦ green 53 ◦ blue 187

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

Shades of Fuchsia #BB35BB

Tints of Fuchsia #BB35BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.79%

R = 43.79%
G = 12.41%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB35BB (or 0xBB35BB) is known color: Fuchsia. HEX triplet: BB, 35 and BB. RGB value is (187,53,187). Sum of RGB (Red+Green+Blue) = 187+53+187=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB35BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB35BB is #44CA44. Grayscale: #6B6B6B. Windows color (decimal): -4508229 or 12268987. OLE color: 12268987.

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

Color convert

RGB 187 53 187 -
CMYK 0 0.72 0 0.27
HSL 300º 0.56% 0.47% -
HSV(B) 300º 0.72% 0.73% -
XYZ 30.74 16.7 48.62 -
YUV 108.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 187 53 187 0 0.72 0 0.27 300 0.56 0.47
Hex BB 35 BB 0 48 0 1B 12C 38 2F
Octal 273 65 273 0 110 0 33 454 70 57
Binary 10111011 110101 10111011 0 1001000 0 11011 100101100 111000 101111

Color Harmonies of #BB35BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB35BB

Black with #BB35BB

Text Example


Text Example

White with #BB35BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB35BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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