Html Css Color HEX #BD6FB3 Fuchsia

📋 copy color: '#BD6FB3'

red 189 ◦ green 111 ◦ blue 179

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

Shades of Fuchsia #BD6FB3

Tints of Fuchsia #BD6FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.37%

R = 39.46%
G = 23.17%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD6FB3 (or 0xBD6FB3) is known color: Fuchsia. HEX triplet: BD, 6F and B3. RGB value is (189,111,179). Sum of RGB (Red+Green+Blue) = 189+111+179=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FB3 is #42904C. Grayscale: #8D8D8D. Windows color (decimal): -4362317 or 11759549. OLE color: 11759549.

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

Color convert

RGB 189 111 179 -
CMYK 0 0.41 0.05 0.26
HSL 307.69º 0.37% 0.59% -
HSV(B) 307.69º 0.41% 0.74% -
XYZ 34.81 25.44 45.72 -
YUV 142.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 189 111 179 0 0.41 0.05 0.26 307.69 0.37 0.59
Hex BD 6F B3 0 29 5 1A 134 25 3B
Octal 275 157 263 0 51 5 32 464 45 73
Binary 10111101 1101111 10110011 0 101001 101 11010 100110100 100101 111011

Color Harmonies of #BD6FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FB3

Black with #BD6FB3

Text Example


Text Example

White with #BD6FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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