Html Css Color HEX #BF75C4 Fuchsia

📋 copy color: '#BF75C4'

red 191 ◦ green 117 ◦ blue 196

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

Shades of Fuchsia #BF75C4

Tints of Fuchsia #BF75C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.89%

R = 37.9%
G = 23.21%
B = 38.89%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF75C4 (or 0xBF75C4) is known color: Fuchsia. HEX triplet: BF, 75 and C4. RGB value is (191,117,196). Sum of RGB (Red+Green+Blue) = 191+117+196=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF75C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75C4 is #408A3B. Grayscale: #939393. Windows color (decimal): -4229692 or 12875199. OLE color: 12875199.

HSL color Cylindrical-coordinate representation of color #BF75C4: hue angle of 296.2º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF75C4 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 117 196 -
CMYK 0.03 0.40 0 0.23
HSL 296.2º 0.4% 0.61% -
HSV(B) 296.2º 0.4% 0.77% -
XYZ 37.81 27.78 55.59 -
YUV 148.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 191 117 196 0.03 0.40 0 0.23 296.2 0.4 0.61
Hex BF 75 C4 3 28 0 17 128 28 3D
Octal 277 165 304 3 50 0 27 450 50 75
Binary 10111111 1110101 11000100 11 101000 0 10111 100101000 101000 111101

Color Harmonies of #BF75C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75C4

Black with #BF75C4

Text Example


Text Example

White with #BF75C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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