Html Css Color HEX #BD74B9 Fuchsia

📋 copy color: '#BD74B9'

red 189 ◦ green 116 ◦ blue 185

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

Shades of Fuchsia #BD74B9

Tints of Fuchsia #BD74B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.76%

R = 38.57%
G = 23.67%
B = 37.76%

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

#BD74B9 (or 0xBD74B9) is known color: Fuchsia. HEX triplet: BD, 74 and B9. RGB value is (189,116,185). Sum of RGB (Red+Green+Blue) = 189+116+185=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD74B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74B9 is #428B46. Grayscale: #919191. Windows color (decimal): -4361031 or 12154045. OLE color: 12154045.

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

Color convert

RGB 189 116 185 -
CMYK 0 0.39 0.02 0.26
HSL 303.29º 0.36% 0.6% -
HSV(B) 303.29º 0.39% 0.74% -
XYZ 35.99 26.81 49.18 -
YUV 145.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 189 116 185 0 0.39 0.02 0.26 303.29 0.36 0.6
Hex BD 74 B9 0 27 2 1A 12F 24 3C
Octal 275 164 271 0 47 2 32 457 44 74
Binary 10111101 1110100 10111001 0 100111 10 11010 100101111 100100 111100

Color Harmonies of #BD74B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74B9

Black with #BD74B9

Text Example


Text Example

White with #BD74B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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