Html Css Color HEX #BD37AF Fuchsia

📋 copy color: '#BD37AF'

red 189 ◦ green 55 ◦ blue 175

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

Shades of Fuchsia #BD37AF

Tints of Fuchsia #BD37AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 45.11%
G = 13.13%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD37AF (or 0xBD37AF) is known color: Fuchsia. HEX triplet: BD, 37 and AF. RGB value is (189,55,175). Sum of RGB (Red+Green+Blue) = 189+55+175=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD37AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD37AF is #42C850. Grayscale: #6C6C6C. Windows color (decimal): -4376657 or 11483069. OLE color: 11483069.

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

Color convert

RGB 189 55 175 -
CMYK 0 0.71 0.07 0.26
HSL 306.27º 0.55% 0.48% -
HSV(B) 306.27º 0.71% 0.74% -
XYZ 30.09 16.65 42.18 -
YUV 108.75 165.39 185.24 -
System Red Green Blue C M Y K H S L
Decimal 189 55 175 0 0.71 0.07 0.26 306.27 0.55 0.48
Hex BD 37 AF 0 47 7 1A 132 37 30
Octal 275 67 257 0 107 7 32 462 67 60
Binary 10111101 110111 10101111 0 1000111 111 11010 100110010 110111 110000

Color Harmonies of #BD37AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD37AF

Black with #BD37AF

Text Example


Text Example

White with #BD37AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD37AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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