Html Css Color HEX #BB63BA Fuchsia

📋 copy color: '#BB63BA'

red 187 ◦ green 99 ◦ blue 186

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

Shades of Fuchsia #BB63BA

Tints of Fuchsia #BB63BA

RGB

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

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

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

R = 39.62%
G = 20.97%
B = 39.41%

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

#BB63BA (or 0xBB63BA) is known color: Fuchsia. HEX triplet: BB, 63 and BA. RGB value is (187,99,186). Sum of RGB (Red+Green+Blue) = 187+99+186=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63BA is #449C45. Grayscale: #868686. Windows color (decimal): -4496454 or 12215227. OLE color: 12215227.

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

Color convert

RGB 187 99 186 -
CMYK 0 0.47 0.01 0.27
HSL 300.68º 0.39% 0.56% -
HSV(B) 300.68º 0.47% 0.73% -
XYZ 33.82 23.03 49.12 -
YUV 135.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 187 99 186 0 0.47 0.01 0.27 300.68 0.39 0.56
Hex BB 63 BA 0 2F 1 1B 12D 27 38
Octal 273 143 272 0 57 1 33 455 47 70
Binary 10111011 1100011 10111010 0 101111 1 11011 100101101 100111 111000

Color Harmonies of #BB63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63BA

Black with #BB63BA

Text Example


Text Example

White with #BB63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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