Html Css Color HEX #BB63B1 Fuchsia

📋 copy color: '#BB63B1'

red 187 ◦ green 99 ◦ blue 177

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

Shades of Fuchsia #BB63B1

Tints of Fuchsia #BB63B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.23%

R = 40.39%
G = 21.38%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB63B1 (or 0xBB63B1) is known color: Fuchsia. HEX triplet: BB, 63 and B1. RGB value is (187,99,177). Sum of RGB (Red+Green+Blue) = 187+99+177=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB63B1 is #449C4E. Grayscale: #858585. Windows color (decimal): -4496463 or 11625403. OLE color: 11625403.

HSL color Cylindrical-coordinate representation of color #BB63B1: hue angle of 306.82º 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 #BB63B1 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 99 177 -
CMYK 0 0.47 0.05 0.27
HSL 306.82º 0.39% 0.56% -
HSV(B) 306.82º 0.47% 0.73% -
XYZ 32.89 22.66 44.24 -
YUV 134.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 187 99 177 0 0.47 0.05 0.27 306.82 0.39 0.56
Hex BB 63 B1 0 2F 5 1B 133 27 38
Octal 273 143 261 0 57 5 33 463 47 70
Binary 10111011 1100011 10110001 0 101111 101 11011 100110011 100111 111000

Color Harmonies of #BB63B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63B1

Black with #BB63B1

Text Example


Text Example

White with #BB63B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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