Html Css Color HEX #BB63B9 Fuchsia

📋 copy color: '#BB63B9'

red 187 ◦ green 99 ◦ blue 185

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

Shades of Fuchsia #BB63B9

Tints of Fuchsia #BB63B9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.02%

 BLUE value IS 185 (72.66% from 255) = 39.28%

R = 39.7%
G = 21.02%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB63B9 (or 0xBB63B9) is known color: Fuchsia. HEX triplet: BB, 63 and B9. RGB value is (187,99,185). Sum of RGB (Red+Green+Blue) = 187+99+185=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63B9 is #449C46. Grayscale: #868686. Windows color (decimal): -4496455 or 12149691. OLE color: 12149691.

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

Color convert

RGB 187 99 185 -
CMYK 0 0.47 0.01 0.27
HSL 301.36º 0.39% 0.56% -
HSV(B) 301.36º 0.47% 0.73% -
XYZ 33.71 22.99 48.56 -
YUV 135.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 187 99 185 0 0.47 0.01 0.27 301.36 0.39 0.56
Hex BB 63 B9 0 2F 1 1B 12D 27 38
Octal 273 143 271 0 57 1 33 455 47 70
Binary 10111011 1100011 10111001 0 101111 1 11011 100101101 100111 111000

Color Harmonies of #BB63B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63B9

Black with #BB63B9

Text Example


Text Example

White with #BB63B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63B9; }

 p { color: rgb(187,99,185); }

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

background-color css

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

 a { background-color: rgb(187,99,185); }

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

border-color css

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

 span { border-color: rgb(187,99,185); }

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