Html Css Color HEX #BD6BAF Fuchsia

📋 copy color: '#BD6BAF'

red 189 ◦ green 107 ◦ blue 175

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

Shades of Fuchsia #BD6BAF

Tints of Fuchsia #BD6BAF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.72%

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

R = 40.13%
G = 22.72%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD6BAF (or 0xBD6BAF) is known color: Fuchsia. HEX triplet: BD, 6B and AF. RGB value is (189,107,175). Sum of RGB (Red+Green+Blue) = 189+107+175=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6BAF is #429450. Grayscale: #8B8B8B. Windows color (decimal): -4363345 or 11496381. OLE color: 11496381.

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

Color convert

RGB 189 107 175 -
CMYK 0 0.43 0.07 0.26
HSL 310.24º 0.38% 0.58% -
HSV(B) 310.24º 0.43% 0.74% -
XYZ 33.98 24.43 43.48 -
YUV 139.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 189 107 175 0 0.43 0.07 0.26 310.24 0.38 0.58
Hex BD 6B AF 0 2B 7 1A 136 26 3A
Octal 275 153 257 0 53 7 32 466 46 72
Binary 10111101 1101011 10101111 0 101011 111 11010 100110110 100110 111010

Color Harmonies of #BD6BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6BAF

Black with #BD6BAF

Text Example


Text Example

White with #BD6BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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