Html Css Color HEX #BD32BB Fuchsia

📋 copy color: '#BD32BB'

red 189 ◦ green 50 ◦ blue 187

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

Shades of Fuchsia #BD32BB

Tints of Fuchsia #BD32BB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.74%

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

R = 44.37%
G = 11.74%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD32BB (or 0xBD32BB) is known color: Fuchsia. HEX triplet: BD, 32 and BB. RGB value is (189,50,187). Sum of RGB (Red+Green+Blue) = 189+50+187=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD32BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32BB is #42CD44. Grayscale: #6A6A6A. Windows color (decimal): -4377925 or 12268221. OLE color: 12268221.

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

Color convert

RGB 189 50 187 -
CMYK 0 0.74 0.01 0.26
HSL 300.86º 0.58% 0.47% -
HSV(B) 300.86º 0.74% 0.74% -
XYZ 31.1 16.69 48.6 -
YUV 107.18 173.05 186.36 -
System Red Green Blue C M Y K H S L
Decimal 189 50 187 0 0.74 0.01 0.26 300.86 0.58 0.47
Hex BD 32 BB 0 4A 1 1A 12D 3A 2F
Octal 275 62 273 0 112 1 32 455 72 57
Binary 10111101 110010 10111011 0 1001010 1 11010 100101101 111010 101111

Color Harmonies of #BD32BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32BB

Black with #BD32BB

Text Example


Text Example

White with #BD32BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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