Html Css Color HEX #BB63AF Fuchsia

📋 copy color: '#BB63AF'

red 187 ◦ green 99 ◦ blue 175

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

Shades of Fuchsia #BB63AF

Tints of Fuchsia #BB63AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 40.56%
G = 21.48%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB63AF (or 0xBB63AF) is known color: Fuchsia. HEX triplet: BB, 63 and AF. RGB value is (187,99,175). Sum of RGB (Red+Green+Blue) = 187+99+175=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB63AF is #449C50. Grayscale: #858585. Windows color (decimal): -4496465 or 11494331. OLE color: 11494331.

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

Color convert

RGB 187 99 175 -
CMYK 0 0.47 0.06 0.27
HSL 308.18º 0.39% 0.56% -
HSV(B) 308.18º 0.47% 0.73% -
XYZ 32.69 22.58 43.19 -
YUV 133.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 187 99 175 0 0.47 0.06 0.27 308.18 0.39 0.56
Hex BB 63 AF 0 2F 6 1B 134 27 38
Octal 273 143 257 0 57 6 33 464 47 70
Binary 10111011 1100011 10101111 0 101111 110 11011 100110100 100111 111000

Color Harmonies of #BB63AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63AF

Black with #BB63AF

Text Example


Text Example

White with #BB63AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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