Html Css Color HEX #BB49EE Medium Orchid

📋 copy color: '#BB49EE'

red 187 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #BB49EE

Tints of Medium Orchid #BB49EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 37.55%
G = 14.66%
B = 47.79%

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

#BB49EE (or 0xBB49EE) is known color: Medium Orchid. HEX triplet: BB, 49 and EE. RGB value is (187,73,238). Sum of RGB (Red+Green+Blue) = 187+73+238=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB49EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB49EE is #44B611. Grayscale: #7D7D7D. Windows color (decimal): -4503058 or 15616443. OLE color: 15616443.

HSL color Cylindrical-coordinate representation of color #BB49EE: hue angle of 281.45º degrees, saturation: 0.83, 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 #BB49EE is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 73 238 -
CMYK 0.21 0.69 0 0.07
HSL 281.45º 0.83% 0.61% -
HSV(B) 281.45º 0.69% 0.93% -
XYZ 38.31 21.5 83.02 -
YUV 125.9 191.27 171.58 -
System Red Green Blue C M Y K H S L
Decimal 187 73 238 0.21 0.69 0 0.07 281.45 0.83 0.61
Hex BB 49 EE 15 45 0 7 119 53 3D
Octal 273 111 356 25 105 0 7 431 123 75
Binary 10111011 1001001 11101110 10101 1000101 0 111 100011001 1010011 111101

Color Harmonies of #BB49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB49EE

Black with #BB49EE

Text Example


Text Example

White with #BB49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB49EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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