Html Css Color HEX #BB27B9 Fuchsia

📋 copy color: '#BB27B9'

red 187 ◦ green 39 ◦ blue 185

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

Shades of Fuchsia #BB27B9

Tints of Fuchsia #BB27B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.01%

R = 45.5%
G = 9.49%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB27B9 (or 0xBB27B9) is known color: Fuchsia. HEX triplet: BB, 27 and B9. RGB value is (187,39,185). Sum of RGB (Red+Green+Blue) = 187+39+185=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27B9 is #44D846. Grayscale: #636363. Windows color (decimal): -4511815 or 12134331. OLE color: 12134331.

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

Color convert

RGB 187 39 185 -
CMYK 0 0.79 0.01 0.27
HSL 300.81º 0.65% 0.44% -
HSV(B) 300.81º 0.79% 0.73% -
XYZ 29.98 15.52 47.31 -
YUV 99.9 176.03 190.13 -
System Red Green Blue C M Y K H S L
Decimal 187 39 185 0 0.79 0.01 0.27 300.81 0.65 0.44
Hex BB 27 B9 0 4F 1 1B 12D 41 2C
Octal 273 47 271 0 117 1 33 455 101 54
Binary 10111011 100111 10111001 0 1001111 1 11011 100101101 1000001 101100

Color Harmonies of #BB27B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27B9

Black with #BB27B9

Text Example


Text Example

White with #BB27B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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