Html Css Color HEX #BF68B2 Fuchsia

📋 copy color: '#BF68B2'

red 191 ◦ green 104 ◦ blue 178

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

Shades of Fuchsia #BF68B2

Tints of Fuchsia #BF68B2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.99%

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 40.38%
G = 21.99%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF68B2 (or 0xBF68B2) is known color: Fuchsia. HEX triplet: BF, 68 and B2. RGB value is (191,104,178). Sum of RGB (Red+Green+Blue) = 191+104+178=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF68B2 is #40974D. Grayscale: #8A8A8A. Windows color (decimal): -4233038 or 11692223. OLE color: 11692223.

HSL color Cylindrical-coordinate representation of color #BF68B2: hue angle of 308.97º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF68B2 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 104 178 -
CMYK 0 0.46 0.07 0.25
HSL 308.97º 0.4% 0.58% -
HSV(B) 308.97º 0.46% 0.75% -
XYZ 34.47 24.19 44.97 -
YUV 138.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 191 104 178 0 0.46 0.07 0.25 308.97 0.4 0.58
Hex BF 68 B2 0 2E 7 19 135 28 3A
Octal 277 150 262 0 56 7 31 465 50 72
Binary 10111111 1101000 10110010 0 101110 111 11001 100110101 101000 111010

Color Harmonies of #BF68B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68B2

Black with #BF68B2

Text Example


Text Example

White with #BF68B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68B2; }

 p { color: rgb(191,104,178); }

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

background-color css

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

 a { background-color: rgb(191,104,178); }

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

border-color css

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

 span { border-color: rgb(191,104,178); }

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