Html Css Color HEX #BF65AB Fuchsia

📋 copy color: '#BF65AB'

red 191 ◦ green 101 ◦ blue 171

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

Shades of Fuchsia #BF65AB

Tints of Fuchsia #BF65AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 41.25%
G = 21.81%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF65AB (or 0xBF65AB) is known color: Fuchsia. HEX triplet: BF, 65 and AB. RGB value is (191,101,171). Sum of RGB (Red+Green+Blue) = 191+101+171=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF65AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF65AB is #409A54. Grayscale: #878787. Windows color (decimal): -4233813 or 11232703. OLE color: 11232703.

HSL color Cylindrical-coordinate representation of color #BF65AB: hue angle of 313.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 #BF65AB is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 101 171 -
CMYK 0 0.47 0.10 0.25
HSL 313.33º 0.41% 0.57% -
HSV(B) 313.33º 0.47% 0.75% -
XYZ 33.49 23.32 41.26 -
YUV 135.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 191 101 171 0 0.47 0.10 0.25 313.33 0.41 0.57
Hex BF 65 AB 0 2F A 19 139 29 39
Octal 277 145 253 0 57 12 31 471 51 71
Binary 10111111 1100101 10101011 0 101111 1010 11001 100111001 101001 111001

Color Harmonies of #BF65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF65AB

Black with #BF65AB

Text Example


Text Example

White with #BF65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF65AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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