Html Css Color HEX #BB49ED Medium Orchid

📋 copy color: '#BB49ED'

red 187 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #BB49ED

Tints of Medium Orchid #BB49ED

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.69%

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 37.63%
G = 14.69%
B = 47.69%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB49ED (or 0xBB49ED) is known color: Medium Orchid. HEX triplet: BB, 49 and ED. RGB value is (187,73,237). Sum of RGB (Red+Green+Blue) = 187+73+237=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB49ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB49ED is #44B612. Grayscale: #7D7D7D. Windows color (decimal): -4503059 or 15550907. OLE color: 15550907.

HSL color Cylindrical-coordinate representation of color #BB49ED: hue angle of 281.71º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB49ED is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 73 237 -
CMYK 0.21 0.69 0 0.07
HSL 281.71º 0.82% 0.61% -
HSV(B) 281.71º 0.69% 0.93% -
XYZ 38.16 21.44 82.25 -
YUV 125.78 190.77 171.66 -
System Red Green Blue C M Y K H S L
Decimal 187 73 237 0.21 0.69 0 0.07 281.71 0.82 0.61
Hex BB 49 ED 15 45 0 7 11A 52 3D
Octal 273 111 355 25 105 0 7 432 122 75
Binary 10111011 1001001 11101101 10101 1000101 0 111 100011010 1010010 111101

Color Harmonies of #BB49ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49ED

Black with #BB49ED

Text Example


Text Example

White with #BB49ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49ED; }

 p { color: rgb(187,73,237); }

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

background-color css

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

 a { background-color: rgb(187,73,237); }

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

border-color css

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

 span { border-color: rgb(187,73,237); }

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