Html Css Color HEX #BD50BF Fuchsia

📋 copy color: '#BD50BF'

red 189 ◦ green 80 ◦ blue 191

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

Shades of Fuchsia #BD50BF

Tints of Fuchsia #BD50BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.39%

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

R = 41.09%
G = 17.39%
B = 41.52%

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

#BD50BF (or 0xBD50BF) is known color: Fuchsia. HEX triplet: BD, 50 and BF. RGB value is (189,80,191). Sum of RGB (Red+Green+Blue) = 189+80+191=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD50BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50BF is #42AF40. Grayscale: #7C7C7C. Windows color (decimal): -4370241 or 12538045. OLE color: 12538045.

HSL color Cylindrical-coordinate representation of color #BD50BF: hue angle of 298.92º 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 #BD50BF is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 80 191 -
CMYK 0.01 0.58 0 0.25
HSL 298.92º 0.46% 0.53% -
HSV(B) 298.92º 0.58% 0.75% -
XYZ 33.26 20.32 51.46 -
YUV 125.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 189 80 191 0.01 0.58 0 0.25 298.92 0.46 0.53
Hex BD 50 BF 1 3A 0 19 12B 2E 35
Octal 275 120 277 1 72 0 31 453 56 65
Binary 10111101 1010000 10111111 1 111010 0 11001 100101011 101110 110101

Color Harmonies of #BD50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50BF

Black with #BD50BF

Text Example


Text Example

White with #BD50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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