Html Css Color HEX #BD64BE Fuchsia

📋 copy color: '#BD64BE'

red 189 ◦ green 100 ◦ blue 190

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

Shades of Fuchsia #BD64BE

Tints of Fuchsia #BD64BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 39.46%
G = 20.88%
B = 39.67%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD64BE (or 0xBD64BE) is known color: Fuchsia. HEX triplet: BD, 64 and BE. RGB value is (189,100,190). Sum of RGB (Red+Green+Blue) = 189+100+190=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD64BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64BE is #429B41. Grayscale: #888888. Windows color (decimal): -4365122 or 12477629. OLE color: 12477629.

HSL color Cylindrical-coordinate representation of color #BD64BE: hue angle of 299.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD64BE is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 100 190 -
CMYK 0.01 0.47 0 0.25
HSL 299.33º 0.41% 0.57% -
HSV(B) 299.33º 0.47% 0.75% -
XYZ 34.84 23.65 51.44 -
YUV 136.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 189 100 190 0.01 0.47 0 0.25 299.33 0.41 0.57
Hex BD 64 BE 1 2F 0 19 12B 29 39
Octal 275 144 276 1 57 0 31 453 51 71
Binary 10111101 1100100 10111110 1 101111 0 11001 100101011 101001 111001

Color Harmonies of #BD64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64BE

Black with #BD64BE

Text Example


Text Example

White with #BD64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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