Html Css Color HEX #BD3EC9 Fuchsia

📋 copy color: '#BD3EC9'

red 189 ◦ green 62 ◦ blue 201

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

Shades of Fuchsia #BD3EC9

Tints of Fuchsia #BD3EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 41.81%
G = 13.72%
B = 44.47%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD3EC9 (or 0xBD3EC9) is known color: Fuchsia. HEX triplet: BD, 3E and C9. RGB value is (189,62,201). Sum of RGB (Red+Green+Blue) = 189+62+201=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD3EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3EC9 is #42C136. Grayscale: #737373. Windows color (decimal): -4374839 or 13188797. OLE color: 13188797.

HSL color Cylindrical-coordinate representation of color #BD3EC9: hue angle of 294.82º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3EC9 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 62 201 -
CMYK 0.06 0.69 0 0.21
HSL 294.82º 0.56% 0.52% -
HSV(B) 294.82º 0.69% 0.79% -
XYZ 33.25 18.48 57.07 -
YUV 115.82 176.08 180.2 -
System Red Green Blue C M Y K H S L
Decimal 189 62 201 0.06 0.69 0 0.21 294.82 0.56 0.52
Hex BD 3E C9 6 45 0 15 127 38 34
Octal 275 76 311 6 105 0 25 447 70 64
Binary 10111101 111110 11001001 110 1000101 0 10101 100100111 111000 110100

Color Harmonies of #BD3EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3EC9

Black with #BD3EC9

Text Example


Text Example

White with #BD3EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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