Html Css Color HEX #BB27AF Fuchsia

📋 copy color: '#BB27AF'

red 187 ◦ green 39 ◦ blue 175

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

Shades of Fuchsia #BB27AF

Tints of Fuchsia #BB27AF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.73%

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

R = 46.63%
G = 9.73%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB27AF (or 0xBB27AF) is known color: Fuchsia. HEX triplet: BB, 27 and AF. RGB value is (187,39,175). Sum of RGB (Red+Green+Blue) = 187+39+175=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB27AF is #44D850. Grayscale: #626262. Windows color (decimal): -4511825 or 11478971. OLE color: 11478971.

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

Color convert

RGB 187 39 175 -
CMYK 0 0.79 0.06 0.27
HSL 304.86º 0.65% 0.44% -
HSV(B) 304.86º 0.79% 0.73% -
XYZ 28.96 15.11 41.95 -
YUV 98.76 171.03 190.94 -
System Red Green Blue C M Y K H S L
Decimal 187 39 175 0 0.79 0.06 0.27 304.86 0.65 0.44
Hex BB 27 AF 0 4F 6 1B 131 41 2C
Octal 273 47 257 0 117 6 33 461 101 54
Binary 10111011 100111 10101111 0 1001111 110 11011 100110001 1000001 101100

Color Harmonies of #BB27AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27AF

Black with #BB27AF

Text Example


Text Example

White with #BB27AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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