Html Css Color HEX #BB62AC Fuchsia

📋 copy color: '#BB62AC'

red 187 ◦ green 98 ◦ blue 172

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

Shades of Fuchsia #BB62AC

Tints of Fuchsia #BB62AC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.44%

 BLUE value IS 172 (67.58% from 255) = 37.64%

R = 40.92%
G = 21.44%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB62AC (or 0xBB62AC) is known color: Fuchsia. HEX triplet: BB, 62 and AC. RGB value is (187,98,172). Sum of RGB (Red+Green+Blue) = 187+98+172=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB62AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB62AC is #449D53. Grayscale: #848484. Windows color (decimal): -4496724 or 11297467. OLE color: 11297467.

HSL color Cylindrical-coordinate representation of color #BB62AC: hue angle of 310.11º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB62AC is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 98 172 -
CMYK 0 0.48 0.08 0.27
HSL 310.11º 0.4% 0.56% -
HSV(B) 310.11º 0.48% 0.73% -
XYZ 32.31 22.28 41.63 -
YUV 133.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 187 98 172 0 0.48 0.08 0.27 310.11 0.4 0.56
Hex BB 62 AC 0 30 8 1B 136 28 38
Octal 273 142 254 0 60 10 33 466 50 70
Binary 10111011 1100010 10101100 0 110000 1000 11011 100110110 101000 111000

Color Harmonies of #BB62AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB62AC

Black with #BB62AC

Text Example


Text Example

White with #BB62AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB62AC; }

 p { color: rgb(187,98,172); }

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

background-color css

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

 a { background-color: rgb(187,98,172); }

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

border-color css

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

 span { border-color: rgb(187,98,172); }

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