Html Css Color HEX #BD68AF Fuchsia

📋 copy color: '#BD68AF'

red 189 ◦ green 104 ◦ blue 175

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

Shades of Fuchsia #BD68AF

Tints of Fuchsia #BD68AF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.22%

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

R = 40.38%
G = 22.22%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD68AF (or 0xBD68AF) is known color: Fuchsia. HEX triplet: BD, 68 and AF. RGB value is (189,104,175). Sum of RGB (Red+Green+Blue) = 189+104+175=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD68AF is #429750. Grayscale: #898989. Windows color (decimal): -4364113 or 11495613. OLE color: 11495613.

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

Color convert

RGB 189 104 175 -
CMYK 0 0.45 0.07 0.26
HSL 309.88º 0.39% 0.57% -
HSV(B) 309.88º 0.45% 0.74% -
XYZ 33.67 23.81 43.38 -
YUV 137.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 189 104 175 0 0.45 0.07 0.26 309.88 0.39 0.57
Hex BD 68 AF 0 2D 7 1A 136 27 39
Octal 275 150 257 0 55 7 32 466 47 71
Binary 10111101 1101000 10101111 0 101101 111 11010 100110110 100111 111001

Color Harmonies of #BD68AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68AF

Black with #BD68AF

Text Example


Text Example

White with #BD68AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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