Html Css Color HEX #BD31AF Fuchsia

📋 copy color: '#BD31AF'

red 189 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #BD31AF

Tints of Fuchsia #BD31AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.86%

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

R = 45.76%
G = 11.86%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD31AF (or 0xBD31AF) is known color: Fuchsia. HEX triplet: BD, 31 and AF. RGB value is (189,49,175). Sum of RGB (Red+Green+Blue) = 189+49+175=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD31AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD31AF is #42CE50. Grayscale: #686868. Windows color (decimal): -4378193 or 11481533. OLE color: 11481533.

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

Color convert

RGB 189 49 175 -
CMYK 0 0.74 0.07 0.26
HSL 306º 0.59% 0.47% -
HSV(B) 306º 0.74% 0.74% -
XYZ 29.82 16.11 42.1 -
YUV 105.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 189 49 175 0 0.74 0.07 0.26 306 0.59 0.47
Hex BD 31 AF 0 4A 7 1A 132 3B 2F
Octal 275 61 257 0 112 7 32 462 73 57
Binary 10111101 110001 10101111 0 1001010 111 11010 100110010 111011 101111

Color Harmonies of #BD31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD31AF

Black with #BD31AF

Text Example


Text Example

White with #BD31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD31AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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