Html Css Color HEX #BB4ED5 Medium Orchid

📋 copy color: '#BB4ED5'

red 187 ◦ green 78 ◦ blue 213

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

Shades of Medium Orchid #BB4ED5

Tints of Medium Orchid #BB4ED5

RGB

 RED value IS 187 (73.44% from 255) = 39.12%

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

 BLUE value IS 213 (83.59% from 255) = 44.56%

R = 39.12%
G = 16.32%
B = 44.56%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB4ED5 (or 0xBB4ED5) is known color: Medium Orchid. HEX triplet: BB, 4E and D5. RGB value is (187,78,213). Sum of RGB (Red+Green+Blue) = 187+78+213=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB4ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4ED5 is #44B12A. Grayscale: #7D7D7D. Windows color (decimal): -4501803 or 13979323. OLE color: 13979323.

HSL color Cylindrical-coordinate representation of color #BB4ED5: hue angle of 288.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4ED5 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 78 213 -
CMYK 0.12 0.63 0 0.16
HSL 288.44º 0.62% 0.57% -
HSV(B) 288.44º 0.63% 0.84% -
XYZ 35.23 20.82 65.11 -
YUV 125.98 177.11 171.52 -
System Red Green Blue C M Y K H S L
Decimal 187 78 213 0.12 0.63 0 0.16 288.44 0.62 0.57
Hex BB 4E D5 C 3F 0 10 120 3E 39
Octal 273 116 325 14 77 0 20 440 76 71
Binary 10111011 1001110 11010101 1100 111111 0 10000 100100000 111110 111001

Color Harmonies of #BB4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4ED5

Black with #BB4ED5

Text Example


Text Example

White with #BB4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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