Html Css Color HEX #BD74C6 Fuchsia

📋 copy color: '#BD74C6'

red 189 ◦ green 116 ◦ blue 198

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

Shades of Fuchsia #BD74C6

Tints of Fuchsia #BD74C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.36%

R = 37.57%
G = 23.06%
B = 39.36%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD74C6 (or 0xBD74C6) is known color: Fuchsia. HEX triplet: BD, 74 and C6. RGB value is (189,116,198). Sum of RGB (Red+Green+Blue) = 189+116+198=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD74C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74C6 is #428B39. Grayscale: #929292. Windows color (decimal): -4361018 or 13006013. OLE color: 13006013.

HSL color Cylindrical-coordinate representation of color #BD74C6: hue angle of 293.41º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD74C6 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 116 198 -
CMYK 0.05 0.41 0 0.22
HSL 293.41º 0.42% 0.62% -
HSV(B) 293.41º 0.41% 0.78% -
XYZ 37.42 27.39 56.74 -
YUV 147.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 189 116 198 0.05 0.41 0 0.22 293.41 0.42 0.62
Hex BD 74 C6 5 29 0 16 125 2A 3E
Octal 275 164 306 5 51 0 26 445 52 76
Binary 10111101 1110100 11000110 101 101001 0 10110 100100101 101010 111110

Color Harmonies of #BD74C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74C6

Black with #BD74C6

Text Example


Text Example

White with #BD74C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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