Html Css Color HEX #BB4ED1 Medium Orchid

📋 copy color: '#BB4ED1'

red 187 ◦ green 78 ◦ blue 209

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

Shades of Medium Orchid #BB4ED1

Tints of Medium Orchid #BB4ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 39.45%
G = 16.46%
B = 44.09%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB4ED1 (or 0xBB4ED1) is known color: Medium Orchid. HEX triplet: BB, 4E and D1. RGB value is (187,78,209). Sum of RGB (Red+Green+Blue) = 187+78+209=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB4ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4ED1 is #44B12E. Grayscale: #7D7D7D. Windows color (decimal): -4501807 or 13717179. OLE color: 13717179.

HSL color Cylindrical-coordinate representation of color #BB4ED1: hue angle of 289.92º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4ED1 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 78 209 -
CMYK 0.11 0.63 0 0.18
HSL 289.92º 0.59% 0.56% -
HSV(B) 289.92º 0.63% 0.82% -
XYZ 34.73 20.62 62.47 -
YUV 125.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 187 78 209 0.11 0.63 0 0.18 289.92 0.59 0.56
Hex BB 4E D1 B 3F 0 12 122 3B 38
Octal 273 116 321 13 77 0 22 442 73 70
Binary 10111011 1001110 11010001 1011 111111 0 10010 100100010 111011 111000

Color Harmonies of #BB4ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4ED1

Black with #BB4ED1

Text Example


Text Example

White with #BB4ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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