Html Css Color HEX #BB27B5 Fuchsia

📋 copy color: '#BB27B5'

red 187 ◦ green 39 ◦ blue 181

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

Shades of Fuchsia #BB27B5

Tints of Fuchsia #BB27B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.47%

R = 45.95%
G = 9.58%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB27B5 (or 0xBB27B5) is known color: Fuchsia. HEX triplet: BB, 27 and B5. RGB value is (187,39,181). Sum of RGB (Red+Green+Blue) = 187+39+181=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27B5 is #44D84A. Grayscale: #636363. Windows color (decimal): -4511819 or 11872187. OLE color: 11872187.

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

Color convert

RGB 187 39 181 -
CMYK 0 0.79 0.03 0.27
HSL 302.43º 0.65% 0.44% -
HSV(B) 302.43º 0.79% 0.73% -
XYZ 29.56 15.35 45.12 -
YUV 99.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 187 39 181 0 0.79 0.03 0.27 302.43 0.65 0.44
Hex BB 27 B5 0 4F 3 1B 12E 41 2C
Octal 273 47 265 0 117 3 33 456 101 54
Binary 10111011 100111 10110101 0 1001111 11 11011 100101110 1000001 101100

Color Harmonies of #BB27B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27B5

Black with #BB27B5

Text Example


Text Example

White with #BB27B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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