Html Css Color HEX #BD64B0 Fuchsia

📋 copy color: '#BD64B0'

red 189 ◦ green 100 ◦ blue 176

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

Shades of Fuchsia #BD64B0

Tints of Fuchsia #BD64B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.85%

R = 40.65%
G = 21.51%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD64B0 (or 0xBD64B0) is known color: Fuchsia. HEX triplet: BD, 64 and B0. RGB value is (189,100,176). Sum of RGB (Red+Green+Blue) = 189+100+176=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD64B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD64B0 is #429B4F. Grayscale: #878787. Windows color (decimal): -4365136 or 11560125. OLE color: 11560125.

HSL color Cylindrical-coordinate representation of color #BD64B0: hue angle of 308.76º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD64B0 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 100 176 -
CMYK 0 0.47 0.07 0.26
HSL 308.76º 0.4% 0.57% -
HSV(B) 308.76º 0.47% 0.74% -
XYZ 33.38 23.07 43.77 -
YUV 135.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 189 100 176 0 0.47 0.07 0.26 308.76 0.4 0.57
Hex BD 64 B0 0 2F 7 1A 135 28 39
Octal 275 144 260 0 57 7 32 465 50 71
Binary 10111101 1100100 10110000 0 101111 111 11010 100110101 101000 111001

Color Harmonies of #BD64B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64B0

Black with #BD64B0

Text Example


Text Example

White with #BD64B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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