Html Css Color HEX #BF61C4 Fuchsia

📋 copy color: '#BF61C4'

red 191 ◦ green 97 ◦ blue 196

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

Shades of Fuchsia #BF61C4

Tints of Fuchsia #BF61C4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.04%

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

R = 39.46%
G = 20.04%
B = 40.5%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF61C4 (or 0xBF61C4) is known color: Fuchsia. HEX triplet: BF, 61 and C4. RGB value is (191,97,196). Sum of RGB (Red+Green+Blue) = 191+97+196=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF61C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF61C4 is #409E3B. Grayscale: #888888. Windows color (decimal): -4234812 or 12870079. OLE color: 12870079.

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

Color convert

RGB 191 97 196 -
CMYK 0.03 0.51 0 0.23
HSL 296.97º 0.46% 0.57% -
HSV(B) 296.97º 0.51% 0.77% -
XYZ 35.72 23.61 54.9 -
YUV 136.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 191 97 196 0.03 0.51 0 0.23 296.97 0.46 0.57
Hex BF 61 C4 3 33 0 17 129 2E 39
Octal 277 141 304 3 63 0 27 451 56 71
Binary 10111111 1100001 11000100 11 110011 0 10111 100101001 101110 111001

Color Harmonies of #BF61C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF61C4

Black with #BF61C4

Text Example


Text Example

White with #BF61C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF61C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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