Html Css Color HEX #BD64B7 Fuchsia

📋 copy color: '#BD64B7'

red 189 ◦ green 100 ◦ blue 183

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

Shades of Fuchsia #BD64B7

Tints of Fuchsia #BD64B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 40.04%
G = 21.19%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD64B7 (or 0xBD64B7) is known color: Fuchsia. HEX triplet: BD, 64 and B7. RGB value is (189,100,183). Sum of RGB (Red+Green+Blue) = 189+100+183=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD64B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64B7 is #429B48. Grayscale: #878787. Windows color (decimal): -4365129 or 12018877. OLE color: 12018877.

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

Color convert

RGB 189 100 183 -
CMYK 0 0.47 0.03 0.26
HSL 304.05º 0.4% 0.57% -
HSV(B) 304.05º 0.47% 0.74% -
XYZ 34.09 23.35 47.51 -
YUV 136.07 154.49 165.75 -
System Red Green Blue C M Y K H S L
Decimal 189 100 183 0 0.47 0.03 0.26 304.05 0.4 0.57
Hex BD 64 B7 0 2F 3 1A 130 28 39
Octal 275 144 267 0 57 3 32 460 50 71
Binary 10111101 1100100 10110111 0 101111 11 11010 100110000 101000 111001

Color Harmonies of #BD64B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64B7

Black with #BD64B7

Text Example


Text Example

White with #BD64B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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