Html Css Color HEX #BF6EC2 Fuchsia

📋 copy color: '#BF6EC2'

red 191 ◦ green 110 ◦ blue 194

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

Shades of Fuchsia #BF6EC2

Tints of Fuchsia #BF6EC2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.22%

 BLUE value IS 194 (76.17% from 255) = 39.19%

R = 38.59%
G = 22.22%
B = 39.19%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF6EC2 (or 0xBF6EC2) is known color: Fuchsia. HEX triplet: BF, 6E and C2. RGB value is (191,110,194). Sum of RGB (Red+Green+Blue) = 191+110+194=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF6EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EC2 is #40913D. Grayscale: #8F8F8F. Windows color (decimal): -4231486 or 12742335. OLE color: 12742335.

HSL color Cylindrical-coordinate representation of color #BF6EC2: hue angle of 297.86º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6EC2 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 110 194 -
CMYK 0.02 0.43 0 0.24
HSL 297.86º 0.41% 0.6% -
HSV(B) 297.86º 0.43% 0.76% -
XYZ 36.8 26.12 54.14 -
YUV 143.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 191 110 194 0.02 0.43 0 0.24 297.86 0.41 0.6
Hex BF 6E C2 2 2B 0 18 12A 29 3C
Octal 277 156 302 2 53 0 30 452 51 74
Binary 10111111 1101110 11000010 10 101011 0 11000 100101010 101001 111100

Color Harmonies of #BF6EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EC2

Black with #BF6EC2

Text Example


Text Example

White with #BF6EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EC2; }

 p { color: rgb(191,110,194); }

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

background-color css

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

 a { background-color: rgb(191,110,194); }

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

border-color css

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

 span { border-color: rgb(191,110,194); }

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