Html Css Color HEX #BD73BA Fuchsia

📋 copy color: '#BD73BA'

red 189 ◦ green 115 ◦ blue 186

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

Shades of Fuchsia #BD73BA

Tints of Fuchsia #BD73BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.47%

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

R = 38.57%
G = 23.47%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD73BA (or 0xBD73BA) is known color: Fuchsia. HEX triplet: BD, 73 and BA. RGB value is (189,115,186). Sum of RGB (Red+Green+Blue) = 189+115+186=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73BA is #428C45. Grayscale: #919191. Windows color (decimal): -4361286 or 12219325. OLE color: 12219325.

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

Color convert

RGB 189 115 186 -
CMYK 0 0.39 0.02 0.26
HSL 302.43º 0.36% 0.6% -
HSV(B) 302.43º 0.39% 0.74% -
XYZ 35.98 26.63 49.7 -
YUV 145.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 189 115 186 0 0.39 0.02 0.26 302.43 0.36 0.6
Hex BD 73 BA 0 27 2 1A 12E 24 3C
Octal 275 163 272 0 47 2 32 456 44 74
Binary 10111101 1110011 10111010 0 100111 10 11010 100101110 100100 111100

Color Harmonies of #BD73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73BA

Black with #BD73BA

Text Example


Text Example

White with #BD73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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