Html Css Color HEX #BD53BB Fuchsia

📋 copy color: '#BD53BB'

red 189 ◦ green 83 ◦ blue 187

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

Shades of Fuchsia #BD53BB

Tints of Fuchsia #BD53BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.08%

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

R = 41.18%
G = 18.08%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD53BB (or 0xBD53BB) is known color: Fuchsia. HEX triplet: BD, 53 and BB. RGB value is (189,83,187). Sum of RGB (Red+Green+Blue) = 189+83+187=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD53BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53BB is #42AC44. Grayscale: #7E7E7E. Windows color (decimal): -4369477 or 12276669. OLE color: 12276669.

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

Color convert

RGB 189 83 187 -
CMYK 0 0.56 0.01 0.26
HSL 301.13º 0.45% 0.53% -
HSV(B) 301.13º 0.56% 0.74% -
XYZ 33.05 20.59 49.25 -
YUV 126.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 189 83 187 0 0.56 0.01 0.26 301.13 0.45 0.53
Hex BD 53 BB 0 38 1 1A 12D 2D 35
Octal 275 123 273 0 70 1 32 455 55 65
Binary 10111101 1010011 10111011 0 111000 1 11010 100101101 101101 110101

Color Harmonies of #BD53BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD53BB

Black with #BD53BB

Text Example


Text Example

White with #BD53BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD53BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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