Html Css Color HEX #BD74BA Fuchsia

📋 copy color: '#BD74BA'

red 189 ◦ green 116 ◦ blue 186

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

Shades of Fuchsia #BD74BA

Tints of Fuchsia #BD74BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.63%

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

R = 38.49%
G = 23.63%
B = 37.88%

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

#BD74BA (or 0xBD74BA) is known color: Fuchsia. HEX triplet: BD, 74 and BA. RGB value is (189,116,186). Sum of RGB (Red+Green+Blue) = 189+116+186=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74BA is #428B45. Grayscale: #919191. Windows color (decimal): -4361030 or 12219581. OLE color: 12219581.

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

Color convert

RGB 189 116 186 -
CMYK 0 0.39 0.02 0.26
HSL 302.47º 0.36% 0.6% -
HSV(B) 302.47º 0.39% 0.74% -
XYZ 36.09 26.85 49.74 -
YUV 145.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 189 116 186 0 0.39 0.02 0.26 302.47 0.36 0.6
Hex BD 74 BA 0 27 2 1A 12E 24 3C
Octal 275 164 272 0 47 2 32 456 44 74
Binary 10111101 1110100 10111010 0 100111 10 11010 100101110 100100 111100

Color Harmonies of #BD74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74BA

Black with #BD74BA

Text Example


Text Example

White with #BD74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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