Html Css Color HEX #BD75BA Fuchsia

📋 copy color: '#BD75BA'

red 189 ◦ green 117 ◦ blue 186

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

Shades of Fuchsia #BD75BA

Tints of Fuchsia #BD75BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.78%

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

R = 38.41%
G = 23.78%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD75BA (or 0xBD75BA) is known color: Fuchsia. HEX triplet: BD, 75 and BA. RGB value is (189,117,186). Sum of RGB (Red+Green+Blue) = 189+117+186=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75BA is #428A45. Grayscale: #929292. Windows color (decimal): -4360774 or 12219837. OLE color: 12219837.

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

Color convert

RGB 189 117 186 -
CMYK 0 0.38 0.02 0.26
HSL 302.5º 0.35% 0.6% -
HSV(B) 302.5º 0.38% 0.74% -
XYZ 36.21 27.09 49.77 -
YUV 146.39 150.35 158.39 -
System Red Green Blue C M Y K H S L
Decimal 189 117 186 0 0.38 0.02 0.26 302.5 0.35 0.6
Hex BD 75 BA 0 26 2 1A 12E 23 3C
Octal 275 165 272 0 46 2 32 456 43 74
Binary 10111101 1110101 10111010 0 100110 10 11010 100101110 100011 111100

Color Harmonies of #BD75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD75BA

Black with #BD75BA

Text Example


Text Example

White with #BD75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD75BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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