Html Css Color HEX #BD64C2 Fuchsia

📋 copy color: '#BD64C2'

red 189 ◦ green 100 ◦ blue 194

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

Shades of Fuchsia #BD64C2

Tints of Fuchsia #BD64C2

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.7%

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

R = 39.13%
G = 20.7%
B = 40.17%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD64C2 (or 0xBD64C2) is known color: Fuchsia. HEX triplet: BD, 64 and C2. RGB value is (189,100,194). Sum of RGB (Red+Green+Blue) = 189+100+194=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD64C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64C2 is #429B3D. Grayscale: #898989. Windows color (decimal): -4365118 or 12739773. OLE color: 12739773.

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

Color convert

RGB 189 100 194 -
CMYK 0.03 0.48 0 0.24
HSL 296.81º 0.44% 0.58% -
HSV(B) 296.81º 0.48% 0.76% -
XYZ 35.28 23.83 53.78 -
YUV 137.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 189 100 194 0.03 0.48 0 0.24 296.81 0.44 0.58
Hex BD 64 C2 3 30 0 18 129 2C 3A
Octal 275 144 302 3 60 0 30 451 54 72
Binary 10111101 1100100 11000010 11 110000 0 11000 100101001 101100 111010

Color Harmonies of #BD64C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64C2

Black with #BD64C2

Text Example


Text Example

White with #BD64C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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