Html Css Color HEX #BF69B2 Fuchsia

📋 copy color: '#BF69B2'

red 191 ◦ green 105 ◦ blue 178

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

Shades of Fuchsia #BF69B2

Tints of Fuchsia #BF69B2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.15%

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

R = 40.3%
G = 22.15%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF69B2 (or 0xBF69B2) is known color: Fuchsia. HEX triplet: BF, 69 and B2. RGB value is (191,105,178). Sum of RGB (Red+Green+Blue) = 191+105+178=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF69B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF69B2 is #40964D. Grayscale: #8A8A8A. Windows color (decimal): -4232782 or 11692479. OLE color: 11692479.

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

Color convert

RGB 191 105 178 -
CMYK 0 0.45 0.07 0.25
HSL 309.07º 0.4% 0.58% -
HSV(B) 309.07º 0.45% 0.75% -
XYZ 34.57 24.39 45.01 -
YUV 139.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 191 105 178 0 0.45 0.07 0.25 309.07 0.4 0.58
Hex BF 69 B2 0 2D 7 19 135 28 3A
Octal 277 151 262 0 55 7 31 465 50 72
Binary 10111111 1101001 10110010 0 101101 111 11001 100110101 101000 111010

Color Harmonies of #BF69B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF69B2

Black with #BF69B2

Text Example


Text Example

White with #BF69B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF69B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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