Html Css Color HEX #BF63B2 Fuchsia

📋 copy color: '#BF63B2'

red 191 ◦ green 99 ◦ blue 178

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

Shades of Fuchsia #BF63B2

Tints of Fuchsia #BF63B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.03%

R = 40.81%
G = 21.15%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF63B2 (or 0xBF63B2) is known color: Fuchsia. HEX triplet: BF, 63 and B2. RGB value is (191,99,178). Sum of RGB (Red+Green+Blue) = 191+99+178=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF63B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF63B2 is #409C4D. Grayscale: #878787. Windows color (decimal): -4234318 or 11690943. OLE color: 11690943.

HSL color Cylindrical-coordinate representation of color #BF63B2: hue angle of 308.48º 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 #BF63B2 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 99 178 -
CMYK 0 0.48 0.07 0.25
HSL 308.48º 0.42% 0.57% -
HSV(B) 308.48º 0.48% 0.75% -
XYZ 33.98 23.21 44.81 -
YUV 135.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 191 99 178 0 0.48 0.07 0.25 308.48 0.42 0.57
Hex BF 63 B2 0 30 7 19 134 2A 39
Octal 277 143 262 0 60 7 31 464 52 71
Binary 10111111 1100011 10110010 0 110000 111 11001 100110100 101010 111001

Color Harmonies of #BF63B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63B2

Black with #BF63B2

Text Example


Text Example

White with #BF63B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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