Html Css Color HEX #BF63C9 Fuchsia

📋 copy color: '#BF63C9'

red 191 ◦ green 99 ◦ blue 201

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

Shades of Fuchsia #BF63C9

Tints of Fuchsia #BF63C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.94%

R = 38.9%
G = 20.16%
B = 40.94%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF63C9 (or 0xBF63C9) is known color: Fuchsia. HEX triplet: BF, 63 and C9. RGB value is (191,99,201). Sum of RGB (Red+Green+Blue) = 191+99+201=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF63C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63C9 is #409C36. Grayscale: #898989. Windows color (decimal): -4234295 or 13198271. OLE color: 13198271.

HSL color Cylindrical-coordinate representation of color #BF63C9: hue angle of 294.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF63C9 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 99 201 -
CMYK 0.05 0.51 0 0.21
HSL 294.12º 0.49% 0.59% -
HSV(B) 294.12º 0.51% 0.79% -
XYZ 36.49 24.22 58.01 -
YUV 138.14 163.48 165.71 -
System Red Green Blue C M Y K H S L
Decimal 191 99 201 0.05 0.51 0 0.21 294.12 0.49 0.59
Hex BF 63 C9 5 33 0 15 126 31 3B
Octal 277 143 311 5 63 0 25 446 61 73
Binary 10111111 1100011 11001001 101 110011 0 10101 100100110 110001 111011

Color Harmonies of #BF63C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF63C9

Black with #BF63C9

Text Example


Text Example

White with #BF63C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF63C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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