Html Css Color HEX #BD64BB Fuchsia

📋 copy color: '#BD64BB'

red 189 ◦ green 100 ◦ blue 187

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

Shades of Fuchsia #BD64BB

Tints of Fuchsia #BD64BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.29%

R = 39.71%
G = 21.01%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD64BB (or 0xBD64BB) is known color: Fuchsia. HEX triplet: BD, 64 and BB. RGB value is (189,100,187). Sum of RGB (Red+Green+Blue) = 189+100+187=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD64BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64BB is #429B44. Grayscale: #888888. Windows color (decimal): -4365125 or 12281021. OLE color: 12281021.

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

Color convert

RGB 189 100 187 -
CMYK 0 0.47 0.01 0.26
HSL 301.35º 0.4% 0.57% -
HSV(B) 301.35º 0.47% 0.74% -
XYZ 34.51 23.52 49.73 -
YUV 136.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 189 100 187 0 0.47 0.01 0.26 301.35 0.4 0.57
Hex BD 64 BB 0 2F 1 1A 12D 28 39
Octal 275 144 273 0 57 1 32 455 50 71
Binary 10111101 1100100 10111011 0 101111 1 11010 100101101 101000 111001

Color Harmonies of #BD64BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64BB

Black with #BD64BB

Text Example


Text Example

White with #BD64BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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