Html Css Color HEX #BF75BA Fuchsia

📋 copy color: '#BF75BA'

red 191 ◦ green 117 ◦ blue 186

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

Shades of Fuchsia #BF75BA

Tints of Fuchsia #BF75BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.68%

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 38.66%
G = 23.68%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF75BA (or 0xBF75BA) is known color: Fuchsia. HEX triplet: BF, 75 and BA. RGB value is (191,117,186). Sum of RGB (Red+Green+Blue) = 191+117+186=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75BA is #408A45. Grayscale: #929292. Windows color (decimal): -4229702 or 12219839. OLE color: 12219839.

HSL color Cylindrical-coordinate representation of color #BF75BA: hue angle of 304.05º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF75BA is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 117 186 -
CMYK 0 0.39 0.03 0.25
HSL 304.05º 0.37% 0.6% -
HSV(B) 304.05º 0.39% 0.75% -
XYZ 36.71 27.34 49.8 -
YUV 146.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 191 117 186 0 0.39 0.03 0.25 304.05 0.37 0.6
Hex BF 75 BA 0 27 3 19 130 25 3C
Octal 277 165 272 0 47 3 31 460 45 74
Binary 10111111 1110101 10111010 0 100111 11 11001 100110000 100101 111100

Color Harmonies of #BF75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75BA

Black with #BF75BA

Text Example


Text Example

White with #BF75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75BA; }

 p { color: rgb(191,117,186); }

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

background-color css

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

 a { background-color: rgb(191,117,186); }

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

border-color css

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

 span { border-color: rgb(191,117,186); }

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