Html Css Color HEX #BB51E1 Medium Orchid

📋 copy color: '#BB51E1'

red 187 ◦ green 81 ◦ blue 225

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

Shades of Medium Orchid #BB51E1

Tints of Medium Orchid #BB51E1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.43%

 BLUE value IS 225 (88.28% from 255) = 45.64%

R = 37.93%
G = 16.43%
B = 45.64%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB51E1 (or 0xBB51E1) is known color: Medium Orchid. HEX triplet: BB, 51 and E1. RGB value is (187,81,225). Sum of RGB (Red+Green+Blue) = 187+81+225=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB51E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51E1 is #44AE1E. Grayscale: #808080. Windows color (decimal): -4501023 or 14766523. OLE color: 14766523.

HSL color Cylindrical-coordinate representation of color #BB51E1: hue angle of 284.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB51E1 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 81 225 -
CMYK 0.17 0.64 0 0.12
HSL 284.17º 0.71% 0.6% -
HSV(B) 284.17º 0.64% 0.88% -
XYZ 37.03 21.89 73.51 -
YUV 129.11 182.12 169.29 -
System Red Green Blue C M Y K H S L
Decimal 187 81 225 0.17 0.64 0 0.12 284.17 0.71 0.6
Hex BB 51 E1 11 40 0 C 11C 47 3C
Octal 273 121 341 21 100 0 14 434 107 74
Binary 10111011 1010001 11100001 10001 1000000 0 1100 100011100 1000111 111100

Color Harmonies of #BB51E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB51E1

Black with #BB51E1

Text Example


Text Example

White with #BB51E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB51E1; }

 p { color: rgb(187,81,225); }

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

background-color css

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

 a { background-color: rgb(187,81,225); }

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

border-color css

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

 span { border-color: rgb(187,81,225); }

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