Html Css Color HEX #BF63B0 Fuchsia

📋 copy color: '#BF63B0'

red 191 ◦ green 99 ◦ blue 176

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

Shades of Fuchsia #BF63B0

Tints of Fuchsia #BF63B0

RGB

 RED value IS 191 (75% from 255) = 40.99%

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

 BLUE value IS 176 (69.14% from 255) = 37.77%

R = 40.99%
G = 21.24%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF63B0 (or 0xBF63B0) is known color: Fuchsia. HEX triplet: BF, 63 and B0. RGB value is (191,99,176). Sum of RGB (Red+Green+Blue) = 191+99+176=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF63B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF63B0 is #409C4F. Grayscale: #878787. Windows color (decimal): -4234320 or 11559871. OLE color: 11559871.

HSL color Cylindrical-coordinate representation of color #BF63B0: hue angle of 309.78º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF63B0 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 99 176 -
CMYK 0 0.48 0.08 0.25
HSL 309.78º 0.42% 0.57% -
HSV(B) 309.78º 0.48% 0.75% -
XYZ 33.78 23.13 43.76 -
YUV 135.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 191 99 176 0 0.48 0.08 0.25 309.78 0.42 0.57
Hex BF 63 B0 0 30 8 19 136 2A 39
Octal 277 143 260 0 60 10 31 466 52 71
Binary 10111111 1100011 10110000 0 110000 1000 11001 100110110 101010 111001

Color Harmonies of #BF63B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63B0

Black with #BF63B0

Text Example


Text Example

White with #BF63B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63B0; }

 p { color: rgb(191,99,176); }

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

background-color css

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

 a { background-color: rgb(191,99,176); }

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

border-color css

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

 span { border-color: rgb(191,99,176); }

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