Html Css Color HEX #BD73B3 Fuchsia

📋 copy color: '#BD73B3'

red 189 ◦ green 115 ◦ blue 179

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

Shades of Fuchsia #BD73B3

Tints of Fuchsia #BD73B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.06%

R = 39.13%
G = 23.81%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD73B3 (or 0xBD73B3) is known color: Fuchsia. HEX triplet: BD, 73 and B3. RGB value is (189,115,179). Sum of RGB (Red+Green+Blue) = 189+115+179=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD73B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73B3 is #428C4C. Grayscale: #909090. Windows color (decimal): -4361293 or 11760573. OLE color: 11760573.

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

Color convert

RGB 189 115 179 -
CMYK 0 0.39 0.05 0.26
HSL 308.11º 0.36% 0.6% -
HSV(B) 308.11º 0.39% 0.74% -
XYZ 35.25 26.33 45.87 -
YUV 144.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 189 115 179 0 0.39 0.05 0.26 308.11 0.36 0.6
Hex BD 73 B3 0 27 5 1A 134 24 3C
Octal 275 163 263 0 47 5 32 464 44 74
Binary 10111101 1110011 10110011 0 100111 101 11010 100110100 100100 111100

Color Harmonies of #BD73B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73B3

Black with #BD73B3

Text Example


Text Example

White with #BD73B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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