Html Css Color HEX #BD5EBB Fuchsia

📋 copy color: '#BD5EBB'

red 189 ◦ green 94 ◦ blue 187

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

Shades of Fuchsia #BD5EBB

Tints of Fuchsia #BD5EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20%

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

R = 40.21%
G = 20%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD5EBB (or 0xBD5EBB) is known color: Fuchsia. HEX triplet: BD, 5E and BB. RGB value is (189,94,187). Sum of RGB (Red+Green+Blue) = 189+94+187=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5EBB is #42A144. Grayscale: #848484. Windows color (decimal): -4366661 or 12279485. OLE color: 12279485.

HSL color Cylindrical-coordinate representation of color #BD5EBB: hue angle of 301.26º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5EBB is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 187 -
CMYK 0 0.50 0.01 0.26
HSL 301.26º 0.42% 0.55% -
HSV(B) 301.26º 0.5% 0.74% -
XYZ 33.96 22.41 49.55 -
YUV 133.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 189 94 187 0 0.50 0.01 0.26 301.26 0.42 0.55
Hex BD 5E BB 0 32 1 1A 12D 2A 37
Octal 275 136 273 0 62 1 32 455 52 67
Binary 10111101 1011110 10111011 0 110010 1 11010 100101101 101010 110111

Color Harmonies of #BD5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5EBB

Black with #BD5EBB

Text Example


Text Example

White with #BD5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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