Html Css Color HEX #BD4EBE Fuchsia

📋 copy color: '#BD4EBE'

red 189 ◦ green 78 ◦ blue 190

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

Shades of Fuchsia #BD4EBE

Tints of Fuchsia #BD4EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.07%

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 41.36%
G = 17.07%
B = 41.58%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD4EBE (or 0xBD4EBE) is known color: Fuchsia. HEX triplet: BD, 4E and BE. RGB value is (189,78,190). Sum of RGB (Red+Green+Blue) = 189+78+190=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD4EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EBE is #42B141. Grayscale: #7B7B7B. Windows color (decimal): -4370754 or 12471997. OLE color: 12471997.

HSL color Cylindrical-coordinate representation of color #BD4EBE: hue angle of 299.46º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4EBE is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 78 190 -
CMYK 0.01 0.59 0 0.25
HSL 299.46º 0.46% 0.53% -
HSV(B) 299.46º 0.59% 0.75% -
XYZ 33 19.99 50.83 -
YUV 123.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 189 78 190 0.01 0.59 0 0.25 299.46 0.46 0.53
Hex BD 4E BE 1 3B 0 19 12B 2E 35
Octal 275 116 276 1 73 0 31 453 56 65
Binary 10111101 1001110 10111110 1 111011 0 11001 100101011 101110 110101

Color Harmonies of #BD4EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EBE

Black with #BD4EBE

Text Example


Text Example

White with #BD4EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EBE; }

 p { color: rgb(189,78,190); }

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

background-color css

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

 a { background-color: rgb(189,78,190); }

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

border-color css

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

 span { border-color: rgb(189,78,190); }

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