Html Css Color HEX #BD64B5 Fuchsia

📋 copy color: '#BD64B5'

red 189 ◦ green 100 ◦ blue 181

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

Shades of Fuchsia #BD64B5

Tints of Fuchsia #BD64B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.51%

R = 40.21%
G = 21.28%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD64B5 (or 0xBD64B5) is known color: Fuchsia. HEX triplet: BD, 64 and B5. RGB value is (189,100,181). Sum of RGB (Red+Green+Blue) = 189+100+181=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD64B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64B5 is #429B4A. Grayscale: #878787. Windows color (decimal): -4365131 or 11887805. OLE color: 11887805.

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

Color convert

RGB 189 100 181 -
CMYK 0 0.47 0.04 0.26
HSL 305.39º 0.4% 0.57% -
HSV(B) 305.39º 0.47% 0.74% -
XYZ 33.88 23.27 46.42 -
YUV 135.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 189 100 181 0 0.47 0.04 0.26 305.39 0.4 0.57
Hex BD 64 B5 0 2F 4 1A 131 28 39
Octal 275 144 265 0 57 4 32 461 50 71
Binary 10111101 1100100 10110101 0 101111 100 11010 100110001 101000 111001

Color Harmonies of #BD64B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64B5

Black with #BD64B5

Text Example


Text Example

White with #BD64B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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