Html Css Color HEX #BF70C0 Fuchsia

📋 copy color: '#BF70C0'

red 191 ◦ green 112 ◦ blue 192

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

Shades of Fuchsia #BF70C0

Tints of Fuchsia #BF70C0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.63%

 BLUE value IS 192 (75.39% from 255) = 38.79%

R = 38.59%
G = 22.63%
B = 38.79%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF70C0 (or 0xBF70C0) is known color: Fuchsia. HEX triplet: BF, 70 and C0. RGB value is (191,112,192). Sum of RGB (Red+Green+Blue) = 191+112+192=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF70C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70C0 is #408F3F. Grayscale: #909090. Windows color (decimal): -4230976 or 12611775. OLE color: 12611775.

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

Color convert

RGB 191 112 192 -
CMYK 0.01 0.42 0 0.25
HSL 299.25º 0.39% 0.6% -
HSV(B) 299.25º 0.42% 0.75% -
XYZ 36.79 26.47 53.04 -
YUV 144.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 191 112 192 0.01 0.42 0 0.25 299.25 0.39 0.6
Hex BF 70 C0 1 2A 0 19 12B 27 3C
Octal 277 160 300 1 52 0 31 453 47 74
Binary 10111111 1110000 11000000 1 101010 0 11001 100101011 100111 111100

Color Harmonies of #BF70C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF70C0

Black with #BF70C0

Text Example


Text Example

White with #BF70C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF70C0; }

 p { color: rgb(191,112,192); }

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

background-color css

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

 a { background-color: rgb(191,112,192); }

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

border-color css

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

 span { border-color: rgb(191,112,192); }

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