Html Css Color HEX #BD51BF Fuchsia

📋 copy color: '#BD51BF'

red 189 ◦ green 81 ◦ blue 191

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

Shades of Fuchsia #BD51BF

Tints of Fuchsia #BD51BF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.57%

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

R = 41%
G = 17.57%
B = 41.43%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD51BF (or 0xBD51BF) is known color: Fuchsia. HEX triplet: BD, 51 and BF. RGB value is (189,81,191). Sum of RGB (Red+Green+Blue) = 189+81+191=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD51BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51BF is #42AE40. Grayscale: #7D7D7D. Windows color (decimal): -4369985 or 12538301. OLE color: 12538301.

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

Color convert

RGB 189 81 191 -
CMYK 0.01 0.58 0 0.25
HSL 298.91º 0.46% 0.53% -
HSV(B) 298.91º 0.58% 0.75% -
XYZ 33.33 20.47 51.48 -
YUV 125.83 164.78 173.06 -
System Red Green Blue C M Y K H S L
Decimal 189 81 191 0.01 0.58 0 0.25 298.91 0.46 0.53
Hex BD 51 BF 1 3A 0 19 12B 2E 35
Octal 275 121 277 1 72 0 31 453 56 65
Binary 10111101 1010001 10111111 1 111010 0 11001 100101011 101110 110101

Color Harmonies of #BD51BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD51BF

Black with #BD51BF

Text Example


Text Example

White with #BD51BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD51BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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