Html Css Color HEX #BD3EBC Fuchsia

📋 copy color: '#BD3EBC'

red 189 ◦ green 62 ◦ blue 188

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

Shades of Fuchsia #BD3EBC

Tints of Fuchsia #BD3EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 43.05%
G = 14.12%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD3EBC (or 0xBD3EBC) is known color: Fuchsia. HEX triplet: BD, 3E and BC. RGB value is (189,62,188). Sum of RGB (Red+Green+Blue) = 189+62+188=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3EBC is #42C143. Grayscale: #717171. Windows color (decimal): -4374852 or 12336829. OLE color: 12336829.

HSL color Cylindrical-coordinate representation of color #BD3EBC: hue angle of 300.47º 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 #BD3EBC is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 62 188 -
CMYK 0 0.67 0.01 0.26
HSL 300.47º 0.51% 0.49% -
HSV(B) 300.47º 0.67% 0.74% -
XYZ 31.79 17.89 49.36 -
YUV 114.34 169.58 181.25 -
System Red Green Blue C M Y K H S L
Decimal 189 62 188 0 0.67 0.01 0.26 300.47 0.51 0.49
Hex BD 3E BC 0 43 1 1A 12C 33 31
Octal 275 76 274 0 103 1 32 454 63 61
Binary 10111101 111110 10111100 0 1000011 1 11010 100101100 110011 110001

Color Harmonies of #BD3EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3EBC

Black with #BD3EBC

Text Example


Text Example

White with #BD3EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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