Html Css Color HEX #BD4EBB Fuchsia

📋 copy color: '#BD4EBB'

red 189 ◦ green 78 ◦ blue 187

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

Shades of Fuchsia #BD4EBB

Tints of Fuchsia #BD4EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 41.63%
G = 17.18%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD4EBB (or 0xBD4EBB) is known color: Fuchsia. HEX triplet: BD, 4E and BB. RGB value is (189,78,187). Sum of RGB (Red+Green+Blue) = 189+78+187=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EBB is #42B144. Grayscale: #7B7B7B. Windows color (decimal): -4370757 or 12275389. OLE color: 12275389.

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

Color convert

RGB 189 78 187 -
CMYK 0 0.59 0.01 0.26
HSL 301.08º 0.46% 0.52% -
HSV(B) 301.08º 0.59% 0.74% -
XYZ 32.68 19.86 49.12 -
YUV 123.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 189 78 187 0 0.59 0.01 0.26 301.08 0.46 0.52
Hex BD 4E BB 0 3B 1 1A 12D 2E 34
Octal 275 116 273 0 73 1 32 455 56 64
Binary 10111101 1001110 10111011 0 111011 1 11010 100101101 101110 110100

Color Harmonies of #BD4EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EBB

Black with #BD4EBB

Text Example


Text Example

White with #BD4EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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