Html Css Color HEX #BD70AF Fuchsia

📋 copy color: '#BD70AF'

red 189 ◦ green 112 ◦ blue 175

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

Shades of Fuchsia #BD70AF

Tints of Fuchsia #BD70AF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.53%

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

R = 39.71%
G = 23.53%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD70AF (or 0xBD70AF) is known color: Fuchsia. HEX triplet: BD, 70 and AF. RGB value is (189,112,175). Sum of RGB (Red+Green+Blue) = 189+112+175=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD70AF is #428F50. Grayscale: #8E8E8E. Windows color (decimal): -4362065 or 11497661. OLE color: 11497661.

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

Color convert

RGB 189 112 175 -
CMYK 0 0.41 0.07 0.26
HSL 310.91º 0.37% 0.59% -
HSV(B) 310.91º 0.41% 0.74% -
XYZ 34.52 25.5 43.66 -
YUV 142.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 189 112 175 0 0.41 0.07 0.26 310.91 0.37 0.59
Hex BD 70 AF 0 29 7 1A 137 25 3B
Octal 275 160 257 0 51 7 32 467 45 73
Binary 10111101 1110000 10101111 0 101001 111 11010 100110111 100101 111011

Color Harmonies of #BD70AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70AF

Black with #BD70AF

Text Example


Text Example

White with #BD70AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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