#bd35c4

Color #BD35C4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BD35C4

Tints of Fuchsia #BD35C4

Color information

#BD35C4 (or 0xBD35C4) is unknown color: approx Fuchsia. HEX triplet: BD, 35 and C4. RGB value is (189,53,196). Sum of RGB (Red+Green+Blue) = 189+53+196=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD35C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35C4 is #42CA3B. Grayscale: #6D6D6D. Windows color (decimal): -4377148 or 12858813. OLE color: 12858813.

HSL color Cylindrical-coordinate representation of color #BD35C4: hue angle of 297.06º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD35C4 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18953196-
CMYK0.040.7300.23
HSL297.06º57.43%48.82%-
HSV(B)297.06º72.96%76.86%-
XYZ32.2217.3553.88-
YUV109.97176.56184.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 53 (21.09% from 255) = 12.10%
BLUE value IS 196 (76.95% from 255) = 44.75%
R=43.15%
G=12.10%
B=44.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189531960.040.7300.23297.0657.4348.82
HexBD35C44490171293931
Octal2756530441110274517161
Binary10111101110101110001001001001001010111100101001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd35c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd35c4; }

 p { color: rgb(189,53,196); }

 H1.HeaderClassName
 {
   color: #bd35c4;
 }
 .AnyTagClassName
 {
   color: #bd35c4;
 }
</style>
background-color css

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

 a { background-color: rgb(189,53,196); }

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

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

 span { border-color: rgb(189,53,196); }

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