Html Css Color HEX #BD6BB9 Fuchsia

📋 copy color: '#BD6BB9'

red 189 ◦ green 107 ◦ blue 185

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

Shades of Fuchsia #BD6BB9

Tints of Fuchsia #BD6BB9

RGB

 RED value IS 189 (74.22% from 255) = 39.29%

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

 BLUE value IS 185 (72.66% from 255) = 38.46%

R = 39.29%
G = 22.25%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD6BB9 (or 0xBD6BB9) is known color: Fuchsia. HEX triplet: BD, 6B and B9. RGB value is (189,107,185). Sum of RGB (Red+Green+Blue) = 189+107+185=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BB9 is #429446. Grayscale: #8C8C8C. Windows color (decimal): -4363335 or 12151741. OLE color: 12151741.

HSL color Cylindrical-coordinate representation of color #BD6BB9: hue angle of 302.93º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6BB9 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 107 185 -
CMYK 0 0.43 0.02 0.26
HSL 302.93º 0.38% 0.58% -
HSV(B) 302.93º 0.43% 0.74% -
XYZ 35 24.84 48.85 -
YUV 140.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 189 107 185 0 0.43 0.02 0.26 302.93 0.38 0.58
Hex BD 6B B9 0 2B 2 1A 12F 26 3A
Octal 275 153 271 0 53 2 32 457 46 72
Binary 10111101 1101011 10111001 0 101011 10 11010 100101111 100110 111010

Color Harmonies of #BD6BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6BB9

Black with #BD6BB9

Text Example


Text Example

White with #BD6BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6BB9; }

 p { color: rgb(189,107,185); }

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

background-color css

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

 a { background-color: rgb(189,107,185); }

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

border-color css

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

 span { border-color: rgb(189,107,185); }

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