Html Css Color HEX #BD77BA Fuchsia

📋 copy color: '#BD77BA'

red 189 ◦ green 119 ◦ blue 186

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

Shades of Fuchsia #BD77BA

Tints of Fuchsia #BD77BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.09%

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

R = 38.26%
G = 24.09%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD77BA (or 0xBD77BA) is known color: Fuchsia. HEX triplet: BD, 77 and BA. RGB value is (189,119,186). Sum of RGB (Red+Green+Blue) = 189+119+186=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77BA is #428845. Grayscale: #939393. Windows color (decimal): -4360262 or 12220349. OLE color: 12220349.

HSL color Cylindrical-coordinate representation of color #BD77BA: hue angle of 302.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD77BA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 186 -
CMYK 0 0.37 0.02 0.26
HSL 302.57º 0.35% 0.6% -
HSV(B) 302.57º 0.37% 0.74% -
XYZ 36.45 27.56 49.85 -
YUV 147.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 189 119 186 0 0.37 0.02 0.26 302.57 0.35 0.6
Hex BD 77 BA 0 25 2 1A 12F 23 3C
Octal 275 167 272 0 45 2 32 457 43 74
Binary 10111101 1110111 10111010 0 100101 10 11010 100101111 100011 111100

Color Harmonies of #BD77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77BA

Black with #BD77BA

Text Example


Text Example

White with #BD77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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