Html Css Color HEX #BF6DBB Fuchsia

📋 copy color: '#BF6DBB'

red 191 ◦ green 109 ◦ blue 187

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

Shades of Fuchsia #BF6DBB

Tints of Fuchsia #BF6DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.38%

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 39.22%
G = 22.38%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF6DBB (or 0xBF6DBB) is known color: Fuchsia. HEX triplet: BF, 6D and BB. RGB value is (191,109,187). Sum of RGB (Red+Green+Blue) = 191+109+187=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DBB is #409244. Grayscale: #8E8E8E. Windows color (decimal): -4231749 or 12283327. OLE color: 12283327.

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

Color convert

RGB 191 109 187 -
CMYK 0 0.43 0.02 0.25
HSL 302.93º 0.39% 0.59% -
HSV(B) 302.93º 0.43% 0.75% -
XYZ 35.92 25.6 50.06 -
YUV 142.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 191 109 187 0 0.43 0.02 0.25 302.93 0.39 0.59
Hex BF 6D BB 0 2B 2 19 12F 27 3B
Octal 277 155 273 0 53 2 31 457 47 73
Binary 10111111 1101101 10111011 0 101011 10 11001 100101111 100111 111011

Color Harmonies of #BF6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DBB

Black with #BF6DBB

Text Example


Text Example

White with #BF6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DBB; }

 p { color: rgb(191,109,187); }

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

background-color css

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

 a { background-color: rgb(191,109,187); }

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

border-color css

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

 span { border-color: rgb(191,109,187); }

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