Html Css Color HEX #BD77BB Fuchsia

📋 copy color: '#BD77BB'

red 189 ◦ green 119 ◦ blue 187

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

Shades of Fuchsia #BD77BB

Tints of Fuchsia #BD77BB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.04%

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

R = 38.18%
G = 24.04%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD77BB (or 0xBD77BB) is known color: Fuchsia. HEX triplet: BD, 77 and BB. RGB value is (189,119,187). Sum of RGB (Red+Green+Blue) = 189+119+187=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77BB is #428844. Grayscale: #939393. Windows color (decimal): -4360261 or 12285885. OLE color: 12285885.

HSL color Cylindrical-coordinate representation of color #BD77BB: hue angle of 301.71º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD77BB is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 187 -
CMYK 0 0.37 0.01 0.26
HSL 301.71º 0.35% 0.6% -
HSV(B) 301.71º 0.37% 0.74% -
XYZ 36.55 27.6 50.41 -
YUV 147.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 189 119 187 0 0.37 0.01 0.26 301.71 0.35 0.6
Hex BD 77 BB 0 25 1 1A 12E 23 3C
Octal 275 167 273 0 45 1 32 456 43 74
Binary 10111101 1110111 10111011 0 100101 1 11010 100101110 100011 111100

Color Harmonies of #BD77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77BB

Black with #BD77BB

Text Example


Text Example

White with #BD77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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