Html Css Color HEX #BD50C7 Fuchsia

📋 copy color: '#BD50C7'

red 189 ◦ green 80 ◦ blue 199

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

Shades of Fuchsia #BD50C7

Tints of Fuchsia #BD50C7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.09%

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 40.38%
G = 17.09%
B = 42.52%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD50C7 (or 0xBD50C7) is known color: Fuchsia. HEX triplet: BD, 50 and C7. RGB value is (189,80,199). Sum of RGB (Red+Green+Blue) = 189+80+199=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD50C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50C7 is #42AF38. Grayscale: #7D7D7D. Windows color (decimal): -4370233 or 13062333. OLE color: 13062333.

HSL color Cylindrical-coordinate representation of color #BD50C7: hue angle of 294.96º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD50C7 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 80 199 -
CMYK 0.05 0.60 0 0.22
HSL 294.96º 0.52% 0.55% -
HSV(B) 294.96º 0.6% 0.78% -
XYZ 34.16 20.68 56.22 -
YUV 126.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 189 80 199 0.05 0.60 0 0.22 294.96 0.52 0.55
Hex BD 50 C7 5 3C 0 16 127 34 37
Octal 275 120 307 5 74 0 26 447 64 67
Binary 10111101 1010000 11000111 101 111100 0 10110 100100111 110100 110111

Color Harmonies of #BD50C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50C7

Black with #BD50C7

Text Example


Text Example

White with #BD50C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50C7; }

 p { color: rgb(189,80,199); }

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

background-color css

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

 a { background-color: rgb(189,80,199); }

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

border-color css

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

 span { border-color: rgb(189,80,199); }

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