Html Css Color HEX #BF6BB6 Fuchsia

📋 copy color: '#BF6BB6'

red 191 ◦ green 107 ◦ blue 182

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

Shades of Fuchsia #BF6BB6

Tints of Fuchsia #BF6BB6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.29%

 BLUE value IS 182 (71.48% from 255) = 37.92%

R = 39.79%
G = 22.29%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF6BB6 (or 0xBF6BB6) is known color: Fuchsia. HEX triplet: BF, 6B and B6. RGB value is (191,107,182). Sum of RGB (Red+Green+Blue) = 191+107+182=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BB6 is #409449. Grayscale: #8C8C8C. Windows color (decimal): -4232266 or 11955135. OLE color: 11955135.

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

Color convert

RGB 191 107 182 -
CMYK 0 0.44 0.05 0.25
HSL 306.43º 0.4% 0.58% -
HSV(B) 306.43º 0.44% 0.75% -
XYZ 35.19 24.97 47.22 -
YUV 140.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 191 107 182 0 0.44 0.05 0.25 306.43 0.4 0.58
Hex BF 6B B6 0 2C 5 19 132 28 3A
Octal 277 153 266 0 54 5 31 462 50 72
Binary 10111111 1101011 10110110 0 101100 101 11001 100110010 101000 111010

Color Harmonies of #BF6BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BB6

Black with #BF6BB6

Text Example


Text Example

White with #BF6BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BB6; }

 p { color: rgb(191,107,182); }

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

background-color css

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

 a { background-color: rgb(191,107,182); }

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

border-color css

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

 span { border-color: rgb(191,107,182); }

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