Html Css Color HEX #BF68B5 Fuchsia

📋 copy color: '#BF68B5'

red 191 ◦ green 104 ◦ blue 181

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

Shades of Fuchsia #BF68B5

Tints of Fuchsia #BF68B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.03%

R = 40.13%
G = 21.85%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF68B5 (or 0xBF68B5) is known color: Fuchsia. HEX triplet: BF, 68 and B5. RGB value is (191,104,181). Sum of RGB (Red+Green+Blue) = 191+104+181=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68B5 is #40974A. Grayscale: #8A8A8A. Windows color (decimal): -4233035 or 11888831. OLE color: 11888831.

HSL color Cylindrical-coordinate representation of color #BF68B5: hue angle of 306.9º 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 #BF68B5 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 104 181 -
CMYK 0 0.46 0.05 0.25
HSL 306.9º 0.4% 0.58% -
HSV(B) 306.9º 0.46% 0.75% -
XYZ 34.78 24.31 46.58 -
YUV 138.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 191 104 181 0 0.46 0.05 0.25 306.9 0.4 0.58
Hex BF 68 B5 0 2E 5 19 133 28 3A
Octal 277 150 265 0 56 5 31 463 50 72
Binary 10111111 1101000 10110101 0 101110 101 11001 100110011 101000 111010

Color Harmonies of #BF68B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68B5

Black with #BF68B5

Text Example


Text Example

White with #BF68B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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