Html Css Color HEX #BD35C2 Fuchsia

📋 copy color: '#BD35C2'

red 189 ◦ green 53 ◦ blue 194

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

Shades of Fuchsia #BD35C2

Tints of Fuchsia #BD35C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.5%

R = 43.35%
G = 12.16%
B = 44.5%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD35C2 (or 0xBD35C2) is known color: Fuchsia. HEX triplet: BD, 35 and C2. RGB value is (189,53,194). Sum of RGB (Red+Green+Blue) = 189+53+194=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD35C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35C2 is #42CA3D. Grayscale: #6D6D6D. Windows color (decimal): -4377150 or 12727741. OLE color: 12727741.

HSL color Cylindrical-coordinate representation of color #BD35C2: hue angle of 297.87º 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 #BD35C2 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 53 194 -
CMYK 0.03 0.73 0 0.24
HSL 297.87º 0.57% 0.48% -
HSV(B) 297.87º 0.73% 0.76% -
XYZ 32 17.26 52.68 -
YUV 109.74 175.56 184.54 -
System Red Green Blue C M Y K H S L
Decimal 189 53 194 0.03 0.73 0 0.24 297.87 0.57 0.48
Hex BD 35 C2 3 49 0 18 12A 39 30
Octal 275 65 302 3 111 0 30 452 71 60
Binary 10111101 110101 11000010 11 1001001 0 11000 100101010 111001 110000

Color Harmonies of #BD35C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD35C2

Black with #BD35C2

Text Example


Text Example

White with #BD35C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD35C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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