Html Css Color HEX #BD4FB9 Fuchsia

📋 copy color: '#BD4FB9'

red 189 ◦ green 79 ◦ blue 185

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

Shades of Fuchsia #BD4FB9

Tints of Fuchsia #BD4FB9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.44%

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

R = 41.72%
G = 17.44%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD4FB9 (or 0xBD4FB9) is known color: Fuchsia. HEX triplet: BD, 4F and B9. RGB value is (189,79,185). Sum of RGB (Red+Green+Blue) = 189+79+185=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FB9 is #42B046. Grayscale: #7B7B7B. Windows color (decimal): -4370503 or 12144573. OLE color: 12144573.

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

Color convert

RGB 189 79 185 -
CMYK 0 0.58 0.02 0.26
HSL 302.18º 0.45% 0.53% -
HSV(B) 302.18º 0.58% 0.74% -
XYZ 32.54 19.91 48.03 -
YUV 123.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 189 79 185 0 0.58 0.02 0.26 302.18 0.45 0.53
Hex BD 4F B9 0 3A 2 1A 12E 2D 35
Octal 275 117 271 0 72 2 32 456 55 65
Binary 10111101 1001111 10111001 0 111010 10 11010 100101110 101101 110101

Color Harmonies of #BD4FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4FB9

Black with #BD4FB9

Text Example


Text Example

White with #BD4FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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