Html Css Color HEX #BD66B0 Fuchsia

📋 copy color: '#BD66B0'

red 189 ◦ green 102 ◦ blue 176

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

Shades of Fuchsia #BD66B0

Tints of Fuchsia #BD66B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.69%

R = 40.47%
G = 21.84%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD66B0 (or 0xBD66B0) is known color: Fuchsia. HEX triplet: BD, 66 and B0. RGB value is (189,102,176). Sum of RGB (Red+Green+Blue) = 189+102+176=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD66B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD66B0 is #42994F. Grayscale: #888888. Windows color (decimal): -4364624 or 11560637. OLE color: 11560637.

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

Color convert

RGB 189 102 176 -
CMYK 0 0.46 0.07 0.26
HSL 308.97º 0.4% 0.57% -
HSV(B) 308.97º 0.46% 0.74% -
XYZ 33.57 23.46 43.83 -
YUV 136.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 189 102 176 0 0.46 0.07 0.26 308.97 0.4 0.57
Hex BD 66 B0 0 2E 7 1A 135 28 39
Octal 275 146 260 0 56 7 32 465 50 71
Binary 10111101 1100110 10110000 0 101110 111 11010 100110101 101000 111001

Color Harmonies of #BD66B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD66B0

Black with #BD66B0

Text Example


Text Example

White with #BD66B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD66B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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