Html Css Color HEX #BB63B5 Fuchsia

📋 copy color: '#BB63B5'

red 187 ◦ green 99 ◦ blue 181

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

Shades of Fuchsia #BB63B5

Tints of Fuchsia #BB63B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.76%

R = 40.04%
G = 21.2%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB63B5 (or 0xBB63B5) is known color: Fuchsia. HEX triplet: BB, 63 and B5. RGB value is (187,99,181). Sum of RGB (Red+Green+Blue) = 187+99+181=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63B5 is #449C4A. Grayscale: #868686. Windows color (decimal): -4496459 or 11887547. OLE color: 11887547.

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

Color convert

RGB 187 99 181 -
CMYK 0 0.47 0.03 0.27
HSL 304.09º 0.39% 0.56% -
HSV(B) 304.09º 0.47% 0.73% -
XYZ 33.3 22.82 46.37 -
YUV 134.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 187 99 181 0 0.47 0.03 0.27 304.09 0.39 0.56
Hex BB 63 B5 0 2F 3 1B 130 27 38
Octal 273 143 265 0 57 3 33 460 47 70
Binary 10111011 1100011 10110101 0 101111 11 11011 100110000 100111 111000

Color Harmonies of #BB63B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63B5

Black with #BB63B5

Text Example


Text Example

White with #BB63B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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