Html Css Color HEX #BF6BBA Fuchsia

📋 copy color: '#BF6BBA'

red 191 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #BF6BBA

Tints of Fuchsia #BF6BBA

RGB

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

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

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

R = 39.46%
G = 22.11%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF6BBA (or 0xBF6BBA) is known color: Fuchsia. HEX triplet: BF, 6B and BA. RGB value is (191,107,186). Sum of RGB (Red+Green+Blue) = 191+107+186=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BBA is #409445. Grayscale: #8C8C8C. Windows color (decimal): -4232262 or 12217279. OLE color: 12217279.

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

Color convert

RGB 191 107 186 -
CMYK 0 0.44 0.03 0.25
HSL 303.57º 0.4% 0.58% -
HSV(B) 303.57º 0.44% 0.75% -
XYZ 35.61 25.14 49.43 -
YUV 141.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 191 107 186 0 0.44 0.03 0.25 303.57 0.4 0.58
Hex BF 6B BA 0 2C 3 19 130 28 3A
Octal 277 153 272 0 54 3 31 460 50 72
Binary 10111111 1101011 10111010 0 101100 11 11001 100110000 101000 111010

Color Harmonies of #BF6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BBA

Black with #BF6BBA

Text Example


Text Example

White with #BF6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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