Html Css Color HEX #BF6CBA Fuchsia

📋 copy color: '#BF6CBA'

red 191 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #BF6CBA

Tints of Fuchsia #BF6CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.27%

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 39.38%
G = 22.27%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF6CBA (or 0xBF6CBA) is known color: Fuchsia. HEX triplet: BF, 6C and BA. RGB value is (191,108,186). Sum of RGB (Red+Green+Blue) = 191+108+186=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CBA is #409345. Grayscale: #8D8D8D. Windows color (decimal): -4232006 or 12217535. OLE color: 12217535.

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

Color convert

RGB 191 108 186 -
CMYK 0 0.43 0.03 0.25
HSL 303.61º 0.39% 0.59% -
HSV(B) 303.61º 0.43% 0.75% -
XYZ 35.71 25.35 49.46 -
YUV 141.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 191 108 186 0 0.43 0.03 0.25 303.61 0.39 0.59
Hex BF 6C BA 0 2B 3 19 130 27 3B
Octal 277 154 272 0 53 3 31 460 47 73
Binary 10111111 1101100 10111010 0 101011 11 11001 100110000 100111 111011

Color Harmonies of #BF6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CBA

Black with #BF6CBA

Text Example


Text Example

White with #BF6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CBA; }

 p { color: rgb(191,108,186); }

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

background-color css

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

 a { background-color: rgb(191,108,186); }

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

border-color css

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

 span { border-color: rgb(191,108,186); }

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