Html Css Color HEX #BD6BB8 Fuchsia

📋 copy color: '#BD6BB8'

red 189 ◦ green 107 ◦ blue 184

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

Shades of Fuchsia #BD6BB8

Tints of Fuchsia #BD6BB8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.29%

 BLUE value IS 184 (72.27% from 255) = 38.33%

R = 39.38%
G = 22.29%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD6BB8 (or 0xBD6BB8) is known color: Fuchsia. HEX triplet: BD, 6B and B8. RGB value is (189,107,184). Sum of RGB (Red+Green+Blue) = 189+107+184=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BB8 is #429447. Grayscale: #8C8C8C. Windows color (decimal): -4363336 or 12086205. OLE color: 12086205.

HSL color Cylindrical-coordinate representation of color #BD6BB8: hue angle of 303.66º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6BB8 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 107 184 -
CMYK 0 0.43 0.03 0.26
HSL 303.66º 0.38% 0.58% -
HSV(B) 303.66º 0.43% 0.74% -
XYZ 34.9 24.79 48.29 -
YUV 140.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 189 107 184 0 0.43 0.03 0.26 303.66 0.38 0.58
Hex BD 6B B8 0 2B 3 1A 130 26 3A
Octal 275 153 270 0 53 3 32 460 46 72
Binary 10111101 1101011 10111000 0 101011 11 11010 100110000 100110 111010

Color Harmonies of #BD6BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6BB8

Black with #BD6BB8

Text Example


Text Example

White with #BD6BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6BB8; }

 p { color: rgb(189,107,184); }

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

background-color css

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

 a { background-color: rgb(189,107,184); }

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

border-color css

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

 span { border-color: rgb(189,107,184); }

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