Html Css Color HEX #BD3EA8 Fuchsia

📋 copy color: '#BD3EA8'

red 189 ◦ green 62 ◦ blue 168

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

Shades of Fuchsia #BD3EA8

Tints of Fuchsia #BD3EA8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.8%

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

R = 45.11%
G = 14.8%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD3EA8 (or 0xBD3EA8) is known color: Fuchsia. HEX triplet: BD, 3E and A8. RGB value is (189,62,168). Sum of RGB (Red+Green+Blue) = 189+62+168=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3EA8 is #42C157. Grayscale: #6F6F6F. Windows color (decimal): -4374872 or 11026109. OLE color: 11026109.

HSL color Cylindrical-coordinate representation of color #BD3EA8: hue angle of 309.92º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3EA8 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 62 168 -
CMYK 0 0.67 0.11 0.26
HSL 309.92º 0.51% 0.49% -
HSV(B) 309.92º 0.67% 0.74% -
XYZ 29.78 17.09 38.78 -
YUV 112.06 159.58 182.88 -
System Red Green Blue C M Y K H S L
Decimal 189 62 168 0 0.67 0.11 0.26 309.92 0.51 0.49
Hex BD 3E A8 0 43 B 1A 136 33 31
Octal 275 76 250 0 103 13 32 466 63 61
Binary 10111101 111110 10101000 0 1000011 1011 11010 100110110 110011 110001

Color Harmonies of #BD3EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3EA8

Black with #BD3EA8

Text Example


Text Example

White with #BD3EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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