Html Css Color HEX #BB41BD Fuchsia

📋 copy color: '#BB41BD'

red 187 ◦ green 65 ◦ blue 189

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

Shades of Fuchsia #BB41BD

Tints of Fuchsia #BB41BD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.74%

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 42.4%
G = 14.74%
B = 42.86%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB41BD (or 0xBB41BD) is known color: Fuchsia. HEX triplet: BB, 41 and BD. RGB value is (187,65,189). Sum of RGB (Red+Green+Blue) = 187+65+189=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB41BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41BD is #44BE42. Grayscale: #737373. Windows color (decimal): -4505155 or 12403131. OLE color: 12403131.

HSL color Cylindrical-coordinate representation of color #BB41BD: hue angle of 299.03º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB41BD is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 65 189 -
CMYK 0.01 0.66 0 0.26
HSL 299.03º 0.49% 0.5% -
HSV(B) 299.03º 0.66% 0.74% -
XYZ 31.57 18.02 49.96 -
YUV 115.61 169.42 178.92 -
System Red Green Blue C M Y K H S L
Decimal 187 65 189 0.01 0.66 0 0.26 299.03 0.49 0.5
Hex BB 41 BD 1 42 0 1A 12B 31 32
Octal 273 101 275 1 102 0 32 453 61 62
Binary 10111011 1000001 10111101 1 1000010 0 11010 100101011 110001 110010

Color Harmonies of #BB41BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41BD

Black with #BB41BD

Text Example


Text Example

White with #BB41BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41BD; }

 p { color: rgb(187,65,189); }

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

background-color css

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

 a { background-color: rgb(187,65,189); }

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

border-color css

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

 span { border-color: rgb(187,65,189); }

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