Html Css Color HEX #BD70BA Fuchsia

📋 copy color: '#BD70BA'

red 189 ◦ green 112 ◦ blue 186

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

Shades of Fuchsia #BD70BA

Tints of Fuchsia #BD70BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23%

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 38.81%
G = 23%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD70BA (or 0xBD70BA) is known color: Fuchsia. HEX triplet: BD, 70 and BA. RGB value is (189,112,186). Sum of RGB (Red+Green+Blue) = 189+112+186=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70BA is #428F45. Grayscale: #8F8F8F. Windows color (decimal): -4362054 or 12218557. OLE color: 12218557.

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

Color convert

RGB 189 112 186 -
CMYK 0 0.41 0.02 0.26
HSL 302.34º 0.37% 0.59% -
HSV(B) 302.34º 0.41% 0.74% -
XYZ 35.64 25.95 49.59 -
YUV 143.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 189 112 186 0 0.41 0.02 0.26 302.34 0.37 0.59
Hex BD 70 BA 0 29 2 1A 12E 25 3B
Octal 275 160 272 0 51 2 32 456 45 73
Binary 10111101 1110000 10111010 0 101001 10 11010 100101110 100101 111011

Color Harmonies of #BD70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70BA

Black with #BD70BA

Text Example


Text Example

White with #BD70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70BA; }

 p { color: rgb(189,112,186); }

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

background-color css

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

 a { background-color: rgb(189,112,186); }

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

border-color css

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

 span { border-color: rgb(189,112,186); }

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