Html Css Color HEX #BD3EBA Fuchsia

📋 copy color: '#BD3EBA'

red 189 ◦ green 62 ◦ blue 186

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

Shades of Fuchsia #BD3EBA

Tints of Fuchsia #BD3EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 43.25%
G = 14.19%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD3EBA (or 0xBD3EBA) is known color: Fuchsia. HEX triplet: BD, 3E and BA. RGB value is (189,62,186). Sum of RGB (Red+Green+Blue) = 189+62+186=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3EBA is #42C145. Grayscale: #717171. Windows color (decimal): -4374854 or 12205757. OLE color: 12205757.

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

Color convert

RGB 189 62 186 -
CMYK 0 0.67 0.02 0.26
HSL 301.42º 0.51% 0.49% -
HSV(B) 301.42º 0.67% 0.74% -
XYZ 31.57 17.81 48.23 -
YUV 114.11 168.58 181.42 -
System Red Green Blue C M Y K H S L
Decimal 189 62 186 0 0.67 0.02 0.26 301.42 0.51 0.49
Hex BD 3E BA 0 43 2 1A 12D 33 31
Octal 275 76 272 0 103 2 32 455 63 61
Binary 10111101 111110 10111010 0 1000011 10 11010 100101101 110011 110001

Color Harmonies of #BD3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3EBA

Black with #BD3EBA

Text Example


Text Example

White with #BD3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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