Html Css Color HEX #BB27B2 Fuchsia

📋 copy color: '#BB27B2'

red 187 ◦ green 39 ◦ blue 178

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

Shades of Fuchsia #BB27B2

Tints of Fuchsia #BB27B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.06%

R = 46.29%
G = 9.65%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB27B2 (or 0xBB27B2) is known color: Fuchsia. HEX triplet: BB, 27 and B2. RGB value is (187,39,178). Sum of RGB (Red+Green+Blue) = 187+39+178=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB27B2 is #44D84D. Grayscale: #626262. Windows color (decimal): -4511822 or 11675579. OLE color: 11675579.

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

Color convert

RGB 187 39 178 -
CMYK 0 0.79 0.05 0.27
HSL 303.65º 0.65% 0.44% -
HSV(B) 303.65º 0.79% 0.73% -
XYZ 29.25 15.23 43.52 -
YUV 99.1 172.53 190.7 -
System Red Green Blue C M Y K H S L
Decimal 187 39 178 0 0.79 0.05 0.27 303.65 0.65 0.44
Hex BB 27 B2 0 4F 5 1B 130 41 2C
Octal 273 47 262 0 117 5 33 460 101 54
Binary 10111011 100111 10110010 0 1001111 101 11011 100110000 1000001 101100

Color Harmonies of #BB27B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27B2

Black with #BB27B2

Text Example


Text Example

White with #BB27B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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