Html Css Color HEX #BD55C9 Fuchsia

📋 copy color: '#BD55C9'

red 189 ◦ green 85 ◦ blue 201

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

Shades of Fuchsia #BD55C9

Tints of Fuchsia #BD55C9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.89%

 BLUE value IS 201 (78.91% from 255) = 42.32%

R = 39.79%
G = 17.89%
B = 42.32%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD55C9 (or 0xBD55C9) is known color: Fuchsia. HEX triplet: BD, 55 and C9. RGB value is (189,85,201). Sum of RGB (Red+Green+Blue) = 189+85+201=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD55C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55C9 is #42AA36. Grayscale: #808080. Windows color (decimal): -4368951 or 13194685. OLE color: 13194685.

HSL color Cylindrical-coordinate representation of color #BD55C9: hue angle of 293.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD55C9 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 85 201 -
CMYK 0.06 0.58 0 0.21
HSL 293.79º 0.52% 0.56% -
HSV(B) 293.79º 0.58% 0.79% -
XYZ 34.78 21.53 57.58 -
YUV 129.32 168.46 170.57 -
System Red Green Blue C M Y K H S L
Decimal 189 85 201 0.06 0.58 0 0.21 293.79 0.52 0.56
Hex BD 55 C9 6 3A 0 15 126 34 38
Octal 275 125 311 6 72 0 25 446 64 70
Binary 10111101 1010101 11001001 110 111010 0 10101 100100110 110100 111000

Color Harmonies of #BD55C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55C9

Black with #BD55C9

Text Example


Text Example

White with #BD55C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55C9; }

 p { color: rgb(189,85,201); }

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

background-color css

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

 a { background-color: rgb(189,85,201); }

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

border-color css

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

 span { border-color: rgb(189,85,201); }

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