Html Css Color HEX #BD50BB Fuchsia

📋 copy color: '#BD50BB'

red 189 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #BD50BB

Tints of Fuchsia #BD50BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 41.45%
G = 17.54%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD50BB (or 0xBD50BB) is known color: Fuchsia. HEX triplet: BD, 50 and BB. RGB value is (189,80,187). Sum of RGB (Red+Green+Blue) = 189+80+187=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD50BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50BB is #42AF44. Grayscale: #7C7C7C. Windows color (decimal): -4370245 or 12275901. OLE color: 12275901.

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

Color convert

RGB 189 80 187 -
CMYK 0 0.58 0.01 0.26
HSL 301.1º 0.45% 0.53% -
HSV(B) 301.1º 0.58% 0.74% -
XYZ 32.82 20.14 49.17 -
YUV 124.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 189 80 187 0 0.58 0.01 0.26 301.1 0.45 0.53
Hex BD 50 BB 0 3A 1 1A 12D 2D 35
Octal 275 120 273 0 72 1 32 455 55 65
Binary 10111101 1010000 10111011 0 111010 1 11010 100101101 101101 110101

Color Harmonies of #BD50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50BB

Black with #BD50BB

Text Example


Text Example

White with #BD50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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