Html Css Color HEX #BD35C1 Fuchsia

📋 copy color: '#BD35C1'

red 189 ◦ green 53 ◦ blue 193

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

Shades of Fuchsia #BD35C1

Tints of Fuchsia #BD35C1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.18%

 BLUE value IS 193 (75.78% from 255) = 44.37%

R = 43.45%
G = 12.18%
B = 44.37%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD35C1 (or 0xBD35C1) is known color: Fuchsia. HEX triplet: BD, 35 and C1. RGB value is (189,53,193). Sum of RGB (Red+Green+Blue) = 189+53+193=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD35C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35C1 is #42CA3E. Grayscale: #6D6D6D. Windows color (decimal): -4377151 or 12662205. OLE color: 12662205.

HSL color Cylindrical-coordinate representation of color #BD35C1: hue angle of 298.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD35C1 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 53 193 -
CMYK 0.02 0.73 0 0.24
HSL 298.29º 0.57% 0.48% -
HSV(B) 298.29º 0.73% 0.76% -
XYZ 31.89 17.22 52.09 -
YUV 109.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 189 53 193 0.02 0.73 0 0.24 298.29 0.57 0.48
Hex BD 35 C1 2 49 0 18 12A 39 30
Octal 275 65 301 2 111 0 30 452 71 60
Binary 10111101 110101 11000001 10 1001001 0 11000 100101010 111001 110000

Color Harmonies of #BD35C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD35C1

Black with #BD35C1

Text Example


Text Example

White with #BD35C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD35C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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