Html Css Color HEX #BF6AB0 Fuchsia

📋 copy color: '#BF6AB0'

red 191 ◦ green 106 ◦ blue 176

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

Shades of Fuchsia #BF6AB0

Tints of Fuchsia #BF6AB0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.41%

 BLUE value IS 176 (69.14% from 255) = 37.21%

R = 40.38%
G = 22.41%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF6AB0 (or 0xBF6AB0) is known color: Fuchsia. HEX triplet: BF, 6A and B0. RGB value is (191,106,176). Sum of RGB (Red+Green+Blue) = 191+106+176=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6AB0 is #40954F. Grayscale: #8B8B8B. Windows color (decimal): -4232528 or 11561663. OLE color: 11561663.

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

Color convert

RGB 191 106 176 -
CMYK 0 0.45 0.08 0.25
HSL 310.59º 0.4% 0.58% -
HSV(B) 310.59º 0.45% 0.75% -
XYZ 34.48 24.52 43.99 -
YUV 139.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 191 106 176 0 0.45 0.08 0.25 310.59 0.4 0.58
Hex BF 6A B0 0 2D 8 19 137 28 3A
Octal 277 152 260 0 55 10 31 467 50 72
Binary 10111111 1101010 10110000 0 101101 1000 11001 100110111 101000 111010

Color Harmonies of #BF6AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6AB0

Black with #BF6AB0

Text Example


Text Example

White with #BF6AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6AB0; }

 p { color: rgb(191,106,176); }

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

background-color css

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

 a { background-color: rgb(191,106,176); }

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

border-color css

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

 span { border-color: rgb(191,106,176); }

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