Html Css Color HEX #BD42AF Fuchsia

📋 copy color: '#BD42AF'

red 189 ◦ green 66 ◦ blue 175

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

Shades of Fuchsia #BD42AF

Tints of Fuchsia #BD42AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.35%

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

R = 43.95%
G = 15.35%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD42AF (or 0xBD42AF) is known color: Fuchsia. HEX triplet: BD, 42 and AF. RGB value is (189,66,175). Sum of RGB (Red+Green+Blue) = 189+66+175=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD42AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD42AF is #42BD50. Grayscale: #727272. Windows color (decimal): -4373841 or 11485885. OLE color: 11485885.

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

Color convert

RGB 189 66 175 -
CMYK 0 0.65 0.07 0.26
HSL 306.83º 0.48% 0.5% -
HSV(B) 306.83º 0.65% 0.74% -
XYZ 30.67 17.81 42.38 -
YUV 115.2 161.75 180.64 -
System Red Green Blue C M Y K H S L
Decimal 189 66 175 0 0.65 0.07 0.26 306.83 0.48 0.5
Hex BD 42 AF 0 41 7 1A 133 30 32
Octal 275 102 257 0 101 7 32 463 60 62
Binary 10111101 1000010 10101111 0 1000001 111 11010 100110011 110000 110010

Color Harmonies of #BD42AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD42AF

Black with #BD42AF

Text Example


Text Example

White with #BD42AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD42AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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