Html Css Color HEX #BD68AE Fuchsia

📋 copy color: '#BD68AE'

red 189 ◦ green 104 ◦ blue 174

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

Shades of Fuchsia #BD68AE

Tints of Fuchsia #BD68AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 40.47%
G = 22.27%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD68AE (or 0xBD68AE) is known color: Fuchsia. HEX triplet: BD, 68 and AE. RGB value is (189,104,174). Sum of RGB (Red+Green+Blue) = 189+104+174=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD68AE is #429751. Grayscale: #898989. Windows color (decimal): -4364114 or 11430077. OLE color: 11430077.

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

Color convert

RGB 189 104 174 -
CMYK 0 0.45 0.08 0.26
HSL 310.59º 0.39% 0.57% -
HSV(B) 310.59º 0.45% 0.74% -
XYZ 33.58 23.78 42.86 -
YUV 137.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 189 104 174 0 0.45 0.08 0.26 310.59 0.39 0.57
Hex BD 68 AE 0 2D 8 1A 137 27 39
Octal 275 150 256 0 55 10 32 467 47 71
Binary 10111101 1101000 10101110 0 101101 1000 11010 100110111 100111 111001

Color Harmonies of #BD68AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68AE

Black with #BD68AE

Text Example


Text Example

White with #BD68AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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