Html Css Color HEX #BD37B5 Fuchsia

📋 copy color: '#BD37B5'

red 189 ◦ green 55 ◦ blue 181

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

Shades of Fuchsia #BD37B5

Tints of Fuchsia #BD37B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.59%

R = 44.47%
G = 12.94%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD37B5 (or 0xBD37B5) is known color: Fuchsia. HEX triplet: BD, 37 and B5. RGB value is (189,55,181). Sum of RGB (Red+Green+Blue) = 189+55+181=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD37B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD37B5 is #42C84A. Grayscale: #6D6D6D. Windows color (decimal): -4376651 or 11876285. OLE color: 11876285.

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

Color convert

RGB 189 55 181 -
CMYK 0 0.71 0.04 0.26
HSL 303.58º 0.55% 0.48% -
HSV(B) 303.58º 0.71% 0.74% -
XYZ 30.69 16.89 45.36 -
YUV 109.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 189 55 181 0 0.71 0.04 0.26 303.58 0.55 0.48
Hex BD 37 B5 0 47 4 1A 130 37 30
Octal 275 67 265 0 107 4 32 460 67 60
Binary 10111101 110111 10110101 0 1000111 100 11010 100110000 110111 110000

Color Harmonies of #BD37B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD37B5

Black with #BD37B5

Text Example


Text Example

White with #BD37B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD37B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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