Html Css Color HEX #BD76B9 Fuchsia

📋 copy color: '#BD76B9'

red 189 ◦ green 118 ◦ blue 185

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

Shades of Fuchsia #BD76B9

Tints of Fuchsia #BD76B9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.98%

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

R = 38.41%
G = 23.98%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD76B9 (or 0xBD76B9) is known color: Fuchsia. HEX triplet: BD, 76 and B9. RGB value is (189,118,185). Sum of RGB (Red+Green+Blue) = 189+118+185=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD76B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76B9 is #428946. Grayscale: #929292. Windows color (decimal): -4360519 or 12154557. OLE color: 12154557.

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

Color convert

RGB 189 118 185 -
CMYK 0 0.38 0.02 0.26
HSL 303.38º 0.35% 0.6% -
HSV(B) 303.38º 0.38% 0.74% -
XYZ 36.22 27.28 49.26 -
YUV 146.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 189 118 185 0 0.38 0.02 0.26 303.38 0.35 0.6
Hex BD 76 B9 0 26 2 1A 12F 23 3C
Octal 275 166 271 0 46 2 32 457 43 74
Binary 10111101 1110110 10111001 0 100110 10 11010 100101111 100011 111100

Color Harmonies of #BD76B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD76B9

Black with #BD76B9

Text Example


Text Example

White with #BD76B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD76B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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