Html Css Color HEX #BD46CA Fuchsia

📋 copy color: '#BD46CA'

red 189 ◦ green 70 ◦ blue 202

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

Shades of Fuchsia #BD46CA

Tints of Fuchsia #BD46CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.18%

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 41%
G = 15.18%
B = 43.82%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD46CA (or 0xBD46CA) is known color: Fuchsia. HEX triplet: BD, 46 and CA. RGB value is (189,70,202). Sum of RGB (Red+Green+Blue) = 189+70+202=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD46CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD46CA is #42B935. Grayscale: #787878. Windows color (decimal): -4372790 or 13256381. OLE color: 13256381.

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

Color convert

RGB 189 70 202 -
CMYK 0.06 0.65 0 0.21
HSL 294.09º 0.55% 0.53% -
HSV(B) 294.09º 0.65% 0.79% -
XYZ 33.84 19.46 57.85 -
YUV 120.63 173.92 176.77 -
System Red Green Blue C M Y K H S L
Decimal 189 70 202 0.06 0.65 0 0.21 294.09 0.55 0.53
Hex BD 46 CA 6 41 0 15 126 37 35
Octal 275 106 312 6 101 0 25 446 67 65
Binary 10111101 1000110 11001010 110 1000001 0 10101 100100110 110111 110101

Color Harmonies of #BD46CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD46CA

Black with #BD46CA

Text Example


Text Example

White with #BD46CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD46CA; }

 p { color: rgb(189,70,202); }

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

background-color css

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

 a { background-color: rgb(189,70,202); }

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

border-color css

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

 span { border-color: rgb(189,70,202); }

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