Html Css Color HEX #BD66BA Fuchsia

📋 copy color: '#BD66BA'

red 189 ◦ green 102 ◦ blue 186

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

Shades of Fuchsia #BD66BA

Tints of Fuchsia #BD66BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 39.62%
G = 21.38%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD66BA (or 0xBD66BA) is known color: Fuchsia. HEX triplet: BD, 66 and BA. RGB value is (189,102,186). Sum of RGB (Red+Green+Blue) = 189+102+186=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD66BA is #429945. Grayscale: #898989. Windows color (decimal): -4364614 or 12215997. OLE color: 12215997.

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

Color convert

RGB 189 102 186 -
CMYK 0 0.46 0.02 0.26
HSL 302.07º 0.4% 0.57% -
HSV(B) 302.07º 0.46% 0.74% -
XYZ 34.6 23.87 49.24 -
YUV 137.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 189 102 186 0 0.46 0.02 0.26 302.07 0.4 0.57
Hex BD 66 BA 0 2E 2 1A 12E 28 39
Octal 275 146 272 0 56 2 32 456 50 71
Binary 10111101 1100110 10111010 0 101110 10 11010 100101110 101000 111001

Color Harmonies of #BD66BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD66BA

Black with #BD66BA

Text Example


Text Example

White with #BD66BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD66BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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