Html Css Color HEX #BD6FB5 Fuchsia

📋 copy color: '#BD6FB5'

red 189 ◦ green 111 ◦ blue 181

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

Shades of Fuchsia #BD6FB5

Tints of Fuchsia #BD6FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.63%

R = 39.29%
G = 23.08%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD6FB5 (or 0xBD6FB5) is known color: Fuchsia. HEX triplet: BD, 6F and B5. RGB value is (189,111,181). Sum of RGB (Red+Green+Blue) = 189+111+181=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FB5 is #42904A. Grayscale: #8E8E8E. Windows color (decimal): -4362315 or 11890621. OLE color: 11890621.

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

Color convert

RGB 189 111 181 -
CMYK 0 0.41 0.04 0.26
HSL 306.15º 0.37% 0.59% -
HSV(B) 306.15º 0.41% 0.74% -
XYZ 35.01 25.52 46.8 -
YUV 142.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 189 111 181 0 0.41 0.04 0.26 306.15 0.37 0.59
Hex BD 6F B5 0 29 4 1A 132 25 3B
Octal 275 157 265 0 51 4 32 462 45 73
Binary 10111101 1101111 10110101 0 101001 100 11010 100110010 100101 111011

Color Harmonies of #BD6FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FB5

Black with #BD6FB5

Text Example


Text Example

White with #BD6FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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