Html Css Color HEX #BD75C6 Fuchsia

📋 copy color: '#BD75C6'

red 189 ◦ green 117 ◦ blue 198

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

Shades of Fuchsia #BD75C6

Tints of Fuchsia #BD75C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.29%

R = 37.5%
G = 23.21%
B = 39.29%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD75C6 (or 0xBD75C6) is known color: Fuchsia. HEX triplet: BD, 75 and C6. RGB value is (189,117,198). Sum of RGB (Red+Green+Blue) = 189+117+198=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD75C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75C6 is #428A39. Grayscale: #939393. Windows color (decimal): -4360762 or 13006269. OLE color: 13006269.

HSL color Cylindrical-coordinate representation of color #BD75C6: hue angle of 293.33º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD75C6 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 117 198 -
CMYK 0.05 0.41 0 0.22
HSL 293.33º 0.42% 0.62% -
HSV(B) 293.33º 0.41% 0.78% -
XYZ 37.54 27.62 56.78 -
YUV 147.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 189 117 198 0.05 0.41 0 0.22 293.33 0.42 0.62
Hex BD 75 C6 5 29 0 16 125 2A 3E
Octal 275 165 306 5 51 0 26 445 52 76
Binary 10111101 1110101 11000110 101 101001 0 10110 100100101 101010 111110

Color Harmonies of #BD75C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD75C6

Black with #BD75C6

Text Example


Text Example

White with #BD75C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD75C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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