Html Css Color HEX #BB33AF Fuchsia

📋 copy color: '#BB33AF'

red 187 ◦ green 51 ◦ blue 175

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

Shades of Fuchsia #BB33AF

Tints of Fuchsia #BB33AF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.35%

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 45.28%
G = 12.35%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB33AF (or 0xBB33AF) is known color: Fuchsia. HEX triplet: BB, 33 and AF. RGB value is (187,51,175). Sum of RGB (Red+Green+Blue) = 187+51+175=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB33AF is #44CC50. Grayscale: #696969. Windows color (decimal): -4508753 or 11482043. OLE color: 11482043.

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

Color convert

RGB 187 51 175 -
CMYK 0 0.73 0.06 0.27
HSL 305.29º 0.57% 0.47% -
HSV(B) 305.29º 0.73% 0.73% -
XYZ 29.42 16.03 42.1 -
YUV 105.8 167.06 185.92 -
System Red Green Blue C M Y K H S L
Decimal 187 51 175 0 0.73 0.06 0.27 305.29 0.57 0.47
Hex BB 33 AF 0 49 6 1B 131 39 2F
Octal 273 63 257 0 111 6 33 461 71 57
Binary 10111011 110011 10101111 0 1001001 110 11011 100110001 111001 101111

Color Harmonies of #BB33AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33AF

Black with #BB33AF

Text Example


Text Example

White with #BB33AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33AF; }

 p { color: rgb(187,51,175); }

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

background-color css

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

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

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

border-color css

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

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

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