Html Css Color HEX #BD6FB7 Fuchsia

📋 copy color: '#BD6FB7'

red 189 ◦ green 111 ◦ blue 183

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

Shades of Fuchsia #BD6FB7

Tints of Fuchsia #BD6FB7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.98%

 BLUE value IS 183 (71.88% from 255) = 37.89%

R = 39.13%
G = 22.98%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD6FB7 (or 0xBD6FB7) is known color: Fuchsia. HEX triplet: BD, 6F and B7. RGB value is (189,111,183). Sum of RGB (Red+Green+Blue) = 189+111+183=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FB7 is #429048. Grayscale: #8E8E8E. Windows color (decimal): -4362313 or 12021693. OLE color: 12021693.

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

Color convert

RGB 189 111 183 -
CMYK 0 0.41 0.03 0.26
HSL 304.62º 0.37% 0.59% -
HSV(B) 304.62º 0.41% 0.74% -
XYZ 35.22 25.61 47.89 -
YUV 142.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 189 111 183 0 0.41 0.03 0.26 304.62 0.37 0.59
Hex BD 6F B7 0 29 3 1A 131 25 3B
Octal 275 157 267 0 51 3 32 461 45 73
Binary 10111101 1101111 10110111 0 101001 11 11010 100110001 100101 111011

Color Harmonies of #BD6FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FB7

Black with #BD6FB7

Text Example


Text Example

White with #BD6FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FB7; }

 p { color: rgb(189,111,183); }

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

background-color css

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

 a { background-color: rgb(189,111,183); }

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

border-color css

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

 span { border-color: rgb(189,111,183); }

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