Html Css Color HEX #BF65A8 Fuchsia

📋 copy color: '#BF65A8'

red 191 ◦ green 101 ◦ blue 168

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

Shades of Fuchsia #BF65A8

Tints of Fuchsia #BF65A8

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.96%

 BLUE value IS 168 (66.02% from 255) = 36.52%

R = 41.52%
G = 21.96%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF65A8 (or 0xBF65A8) is known color: Fuchsia. HEX triplet: BF, 65 and A8. RGB value is (191,101,168). Sum of RGB (Red+Green+Blue) = 191+101+168=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF65A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF65A8 is #409A57. Grayscale: #878787. Windows color (decimal): -4233816 or 11036095. OLE color: 11036095.

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

Color convert

RGB 191 101 168 -
CMYK 0 0.47 0.12 0.25
HSL 315.33º 0.41% 0.57% -
HSV(B) 315.33º 0.47% 0.75% -
XYZ 33.21 23.21 39.78 -
YUV 135.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 191 101 168 0 0.47 0.12 0.25 315.33 0.41 0.57
Hex BF 65 A8 0 2F C 19 13B 29 39
Octal 277 145 250 0 57 14 31 473 51 71
Binary 10111111 1100101 10101000 0 101111 1100 11001 100111011 101001 111001

Color Harmonies of #BF65A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF65A8

Black with #BF65A8

Text Example


Text Example

White with #BF65A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF65A8; }

 p { color: rgb(191,101,168); }

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

background-color css

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

 a { background-color: rgb(191,101,168); }

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

border-color css

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

 span { border-color: rgb(191,101,168); }

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