Html Css Color HEX #BD38A8 Fuchsia

📋 copy color: '#BD38A8'

red 189 ◦ green 56 ◦ blue 168

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

Shades of Fuchsia #BD38A8

Tints of Fuchsia #BD38A8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.56%

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 45.76%
G = 13.56%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD38A8 (or 0xBD38A8) is known color: Fuchsia. HEX triplet: BD, 38 and A8. RGB value is (189,56,168). Sum of RGB (Red+Green+Blue) = 189+56+168=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD38A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD38A8 is #42C757. Grayscale: #6C6C6C. Windows color (decimal): -4376408 or 11024573. OLE color: 11024573.

HSL color Cylindrical-coordinate representation of color #BD38A8: hue angle of 309.47º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD38A8 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 56 168 -
CMYK 0 0.70 0.11 0.26
HSL 309.47º 0.54% 0.48% -
HSV(B) 309.47º 0.7% 0.74% -
XYZ 29.47 16.47 38.67 -
YUV 108.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 189 56 168 0 0.70 0.11 0.26 309.47 0.54 0.48
Hex BD 38 A8 0 46 B 1A 135 36 30
Octal 275 70 250 0 106 13 32 465 66 60
Binary 10111101 111000 10101000 0 1000110 1011 11010 100110101 110110 110000

Color Harmonies of #BD38A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD38A8

Black with #BD38A8

Text Example


Text Example

White with #BD38A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD38A8; }

 p { color: rgb(189,56,168); }

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

background-color css

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

 a { background-color: rgb(189,56,168); }

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

border-color css

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

 span { border-color: rgb(189,56,168); }

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