Html Css Color HEX #BD37A8 Fuchsia

📋 copy color: '#BD37A8'

red 189 ◦ green 55 ◦ blue 168

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

Shades of Fuchsia #BD37A8

Tints of Fuchsia #BD37A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 45.87%
G = 13.35%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD37A8 (or 0xBD37A8) is known color: Fuchsia. HEX triplet: BD, 37 and A8. RGB value is (189,55,168). Sum of RGB (Red+Green+Blue) = 189+55+168=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD37A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD37A8 is #42C857. Grayscale: #6B6B6B. Windows color (decimal): -4376664 or 11024317. OLE color: 11024317.

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

Color convert

RGB 189 55 168 -
CMYK 0 0.71 0.11 0.26
HSL 309.4º 0.55% 0.48% -
HSV(B) 309.4º 0.71% 0.74% -
XYZ 29.42 16.38 38.66 -
YUV 107.95 161.89 185.81 -
System Red Green Blue C M Y K H S L
Decimal 189 55 168 0 0.71 0.11 0.26 309.4 0.55 0.48
Hex BD 37 A8 0 47 B 1A 135 37 30
Octal 275 67 250 0 107 13 32 465 67 60
Binary 10111101 110111 10101000 0 1000111 1011 11010 100110101 110111 110000

Color Harmonies of #BD37A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD37A8

Black with #BD37A8

Text Example


Text Example

White with #BD37A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD37A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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