Html Css Color HEX #BD5EC5 Fuchsia

📋 copy color: '#BD5EC5'

red 189 ◦ green 94 ◦ blue 197

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

Shades of Fuchsia #BD5EC5

Tints of Fuchsia #BD5EC5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.58%

 BLUE value IS 197 (77.34% from 255) = 41.04%

R = 39.38%
G = 19.58%
B = 41.04%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD5EC5 (or 0xBD5EC5) is known color: Fuchsia. HEX triplet: BD, 5E and C5. RGB value is (189,94,197). Sum of RGB (Red+Green+Blue) = 189+94+197=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD5EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5EC5 is #42A13A. Grayscale: #858585. Windows color (decimal): -4366651 or 12934845. OLE color: 12934845.

HSL color Cylindrical-coordinate representation of color #BD5EC5: hue angle of 295.34º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5EC5 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 94 197 -
CMYK 0.04 0.52 0 0.23
HSL 295.34º 0.47% 0.57% -
HSV(B) 295.34º 0.52% 0.77% -
XYZ 35.07 22.86 55.39 -
YUV 134.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 189 94 197 0.04 0.52 0 0.23 295.34 0.47 0.57
Hex BD 5E C5 4 34 0 17 127 2F 39
Octal 275 136 305 4 64 0 27 447 57 71
Binary 10111101 1011110 11000101 100 110100 0 10111 100100111 101111 111001

Color Harmonies of #BD5EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5EC5

Black with #BD5EC5

Text Example


Text Example

White with #BD5EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5EC5; }

 p { color: rgb(189,94,197); }

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

background-color css

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

 a { background-color: rgb(189,94,197); }

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

border-color css

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

 span { border-color: rgb(189,94,197); }

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