Html Css Color HEX #BB72BA Fuchsia

📋 copy color: '#BB72BA'

red 187 ◦ green 114 ◦ blue 186

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

Shades of Fuchsia #BB72BA

Tints of Fuchsia #BB72BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.41%

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 38.4%
G = 23.41%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB72BA (or 0xBB72BA) is known color: Fuchsia. HEX triplet: BB, 72 and BA. RGB value is (187,114,186). Sum of RGB (Red+Green+Blue) = 187+114+186=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72BA is #448D45. Grayscale: #8F8F8F. Windows color (decimal): -4492614 or 12219067. OLE color: 12219067.

HSL color Cylindrical-coordinate representation of color #BB72BA: hue angle of 300.82º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB72BA is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 114 186 -
CMYK 0 0.39 0.01 0.27
HSL 300.82º 0.35% 0.59% -
HSV(B) 300.82º 0.39% 0.73% -
XYZ 35.37 26.14 49.64 -
YUV 144.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 187 114 186 0 0.39 0.01 0.27 300.82 0.35 0.59
Hex BB 72 BA 0 27 1 1B 12D 23 3B
Octal 273 162 272 0 47 1 33 455 43 73
Binary 10111011 1110010 10111010 0 100111 1 11011 100101101 100011 111011

Color Harmonies of #BB72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB72BA

Black with #BB72BA

Text Example


Text Example

White with #BB72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB72BA; }

 p { color: rgb(187,114,186); }

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

background-color css

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

 a { background-color: rgb(187,114,186); }

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

border-color css

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

 span { border-color: rgb(187,114,186); }

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