Html Css Color HEX #BB4EDD Medium Orchid

📋 copy color: '#BB4EDD'

red 187 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #BB4EDD

Tints of Medium Orchid #BB4EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 38.48%
G = 16.05%
B = 45.47%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB4EDD (or 0xBB4EDD) is known color: Medium Orchid. HEX triplet: BB, 4E and DD. RGB value is (187,78,221). Sum of RGB (Red+Green+Blue) = 187+78+221=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB4EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EDD is #44B122. Grayscale: #7E7E7E. Windows color (decimal): -4501795 or 14503611. OLE color: 14503611.

HSL color Cylindrical-coordinate representation of color #BB4EDD: hue angle of 285.73º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4EDD is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 78 221 -
CMYK 0.15 0.65 0 0.13
HSL 285.73º 0.68% 0.59% -
HSV(B) 285.73º 0.65% 0.87% -
XYZ 36.27 21.23 70.59 -
YUV 126.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 187 78 221 0.15 0.65 0 0.13 285.73 0.68 0.59
Hex BB 4E DD F 41 0 D 11E 44 3B
Octal 273 116 335 17 101 0 15 436 104 73
Binary 10111011 1001110 11011101 1111 1000001 0 1101 100011110 1000100 111011

Color Harmonies of #BB4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4EDD

Black with #BB4EDD

Text Example


Text Example

White with #BB4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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