Html Css Color HEX #BB74BD Fuchsia

📋 copy color: '#BB74BD'

red 187 ◦ green 116 ◦ blue 189

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

Shades of Fuchsia #BB74BD

Tints of Fuchsia #BB74BD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.58%

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

R = 38.01%
G = 23.58%
B = 38.41%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB74BD (or 0xBB74BD) is known color: Fuchsia. HEX triplet: BB, 74 and BD. RGB value is (187,116,189). Sum of RGB (Red+Green+Blue) = 187+116+189=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB74BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74BD is #448B42. Grayscale: #919191. Windows color (decimal): -4492099 or 12416187. OLE color: 12416187.

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

Color convert

RGB 187 116 189 -
CMYK 0.01 0.39 0 0.26
HSL 298.36º 0.36% 0.6% -
HSV(B) 298.36º 0.39% 0.74% -
XYZ 35.92 26.73 51.41 -
YUV 145.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 187 116 189 0.01 0.39 0 0.26 298.36 0.36 0.6
Hex BB 74 BD 1 27 0 1A 12A 24 3C
Octal 273 164 275 1 47 0 32 452 44 74
Binary 10111011 1110100 10111101 1 100111 0 11010 100101010 100100 111100

Color Harmonies of #BB74BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74BD

Black with #BB74BD

Text Example


Text Example

White with #BB74BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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