Html Css Color HEX #BD74B5 Fuchsia

📋 copy color: '#BD74B5'

red 189 ◦ green 116 ◦ blue 181

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

Shades of Fuchsia #BD74B5

Tints of Fuchsia #BD74B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.24%

R = 38.89%
G = 23.87%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD74B5 (or 0xBD74B5) is known color: Fuchsia. HEX triplet: BD, 74 and B5. RGB value is (189,116,181). Sum of RGB (Red+Green+Blue) = 189+116+181=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD74B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74B5 is #428B4A. Grayscale: #919191. Windows color (decimal): -4361035 or 11891901. OLE color: 11891901.

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

Color convert

RGB 189 116 181 -
CMYK 0 0.39 0.04 0.26
HSL 306.58º 0.36% 0.6% -
HSV(B) 306.58º 0.39% 0.74% -
XYZ 35.57 26.65 46.98 -
YUV 145.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 189 116 181 0 0.39 0.04 0.26 306.58 0.36 0.6
Hex BD 74 B5 0 27 4 1A 133 24 3C
Octal 275 164 265 0 47 4 32 463 44 74
Binary 10111101 1110100 10110101 0 100111 100 11010 100110011 100100 111100

Color Harmonies of #BD74B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74B5

Black with #BD74B5

Text Example


Text Example

White with #BD74B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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