Html Css Color HEX #BD4DBF Fuchsia

📋 copy color: '#BD4DBF'

red 189 ◦ green 77 ◦ blue 191

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

Shades of Fuchsia #BD4DBF

Tints of Fuchsia #BD4DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.85%

 BLUE value IS 191 (75% from 255) = 41.79%

R = 41.36%
G = 16.85%
B = 41.79%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD4DBF (or 0xBD4DBF) is known color: Fuchsia. HEX triplet: BD, 4D and BF. RGB value is (189,77,191). Sum of RGB (Red+Green+Blue) = 189+77+191=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD4DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DBF is #42B240. Grayscale: #7B7B7B. Windows color (decimal): -4371009 or 12537277. OLE color: 12537277.

HSL color Cylindrical-coordinate representation of color #BD4DBF: hue angle of 298.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4DBF is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 77 191 -
CMYK 0.01 0.60 0 0.25
HSL 298.95º 0.47% 0.53% -
HSV(B) 298.95º 0.6% 0.75% -
XYZ 33.04 19.89 51.39 -
YUV 123.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 189 77 191 0.01 0.60 0 0.25 298.95 0.47 0.53
Hex BD 4D BF 1 3C 0 19 12B 2F 35
Octal 275 115 277 1 74 0 31 453 57 65
Binary 10111101 1001101 10111111 1 111100 0 11001 100101011 101111 110101

Color Harmonies of #BD4DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DBF

Black with #BD4DBF

Text Example


Text Example

White with #BD4DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DBF; }

 p { color: rgb(189,77,191); }

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

background-color css

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

 a { background-color: rgb(189,77,191); }

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

border-color css

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

 span { border-color: rgb(189,77,191); }

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