Html Css Color HEX #BD64B6 Fuchsia

📋 copy color: '#BD64B6'

red 189 ◦ green 100 ◦ blue 182

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

Shades of Fuchsia #BD64B6

Tints of Fuchsia #BD64B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 40.13%
G = 21.23%
B = 38.64%

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

#BD64B6 (or 0xBD64B6) is known color: Fuchsia. HEX triplet: BD, 64 and B6. RGB value is (189,100,182). Sum of RGB (Red+Green+Blue) = 189+100+182=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD64B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64B6 is #429B49. Grayscale: #878787. Windows color (decimal): -4365130 or 11953341. OLE color: 11953341.

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

Color convert

RGB 189 100 182 -
CMYK 0 0.47 0.04 0.26
HSL 304.72º 0.4% 0.57% -
HSV(B) 304.72º 0.47% 0.74% -
XYZ 33.99 23.31 46.96 -
YUV 135.96 153.99 165.83 -
System Red Green Blue C M Y K H S L
Decimal 189 100 182 0 0.47 0.04 0.26 304.72 0.4 0.57
Hex BD 64 B6 0 2F 4 1A 131 28 39
Octal 275 144 266 0 57 4 32 461 50 71
Binary 10111101 1100100 10110110 0 101111 100 11010 100110001 101000 111001

Color Harmonies of #BD64B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64B6

Black with #BD64B6

Text Example


Text Example

White with #BD64B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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