Html Css Color HEX #BD66B1 Fuchsia

📋 copy color: '#BD66B1'

red 189 ◦ green 102 ◦ blue 177

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

Shades of Fuchsia #BD66B1

Tints of Fuchsia #BD66B1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.79%

 BLUE value IS 177 (69.53% from 255) = 37.82%

R = 40.38%
G = 21.79%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD66B1 (or 0xBD66B1) is known color: Fuchsia. HEX triplet: BD, 66 and B1. RGB value is (189,102,177). Sum of RGB (Red+Green+Blue) = 189+102+177=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD66B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD66B1 is #42994E. Grayscale: #888888. Windows color (decimal): -4364623 or 11626173. OLE color: 11626173.

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

Color convert

RGB 189 102 177 -
CMYK 0 0.46 0.06 0.26
HSL 308.28º 0.4% 0.57% -
HSV(B) 308.28º 0.46% 0.74% -
XYZ 33.67 23.5 44.36 -
YUV 136.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 189 102 177 0 0.46 0.06 0.26 308.28 0.4 0.57
Hex BD 66 B1 0 2E 6 1A 134 28 39
Octal 275 146 261 0 56 6 32 464 50 71
Binary 10111101 1100110 10110001 0 101110 110 11010 100110100 101000 111001

Color Harmonies of #BD66B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD66B1

Black with #BD66B1

Text Example


Text Example

White with #BD66B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD66B1; }

 p { color: rgb(189,102,177); }

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

background-color css

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

 a { background-color: rgb(189,102,177); }

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

border-color css

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

 span { border-color: rgb(189,102,177); }

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