Html Css Color HEX #BD37B2 Fuchsia

📋 copy color: '#BD37B2'

red 189 ◦ green 55 ◦ blue 178

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

Shades of Fuchsia #BD37B2

Tints of Fuchsia #BD37B2

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.03%

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 44.79%
G = 13.03%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD37B2 (or 0xBD37B2) is known color: Fuchsia. HEX triplet: BD, 37 and B2. RGB value is (189,55,178). Sum of RGB (Red+Green+Blue) = 189+55+178=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD37B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD37B2 is #42C84D. Grayscale: #6C6C6C. Windows color (decimal): -4376654 or 11679677. OLE color: 11679677.

HSL color Cylindrical-coordinate representation of color #BD37B2: hue angle of 304.93º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD37B2 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 55 178 -
CMYK 0 0.71 0.06 0.26
HSL 304.93º 0.55% 0.48% -
HSV(B) 304.93º 0.71% 0.74% -
XYZ 30.39 16.77 43.75 -
YUV 109.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 189 55 178 0 0.71 0.06 0.26 304.93 0.55 0.48
Hex BD 37 B2 0 47 6 1A 131 37 30
Octal 275 67 262 0 107 6 32 461 67 60
Binary 10111101 110111 10110010 0 1000111 110 11010 100110001 110111 110000

Color Harmonies of #BD37B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD37B2

Black with #BD37B2

Text Example


Text Example

White with #BD37B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD37B2; }

 p { color: rgb(189,55,178); }

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

background-color css

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

 a { background-color: rgb(189,55,178); }

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

border-color css

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

 span { border-color: rgb(189,55,178); }

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