Html Css Color HEX #BF6CB2 Fuchsia

📋 copy color: '#BF6CB2'

red 191 ◦ green 108 ◦ blue 178

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

Shades of Fuchsia #BF6CB2

Tints of Fuchsia #BF6CB2

RGB

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

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

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

R = 40.04%
G = 22.64%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF6CB2 (or 0xBF6CB2) is known color: Fuchsia. HEX triplet: BF, 6C and B2. RGB value is (191,108,178). Sum of RGB (Red+Green+Blue) = 191+108+178=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6CB2 is #40934D. Grayscale: #8C8C8C. Windows color (decimal): -4232014 or 11693247. OLE color: 11693247.

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

Color convert

RGB 191 108 178 -
CMYK 0 0.43 0.07 0.25
HSL 309.4º 0.39% 0.59% -
HSV(B) 309.4º 0.43% 0.75% -
XYZ 34.88 25.02 45.11 -
YUV 140.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 191 108 178 0 0.43 0.07 0.25 309.4 0.39 0.59
Hex BF 6C B2 0 2B 7 19 135 27 3B
Octal 277 154 262 0 53 7 31 465 47 73
Binary 10111111 1101100 10110010 0 101011 111 11001 100110101 100111 111011

Color Harmonies of #BF6CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CB2

Black with #BF6CB2

Text Example


Text Example

White with #BF6CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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