Html Css Color HEX #B149ED Medium Orchid

📋 copy color: '#B149ED'

red 177 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #B149ED

Tints of Medium Orchid #B149ED

RGB

 RED value IS 177 (69.53% from 255) = 36.34%

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

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

R = 36.34%
G = 14.99%
B = 48.67%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B149ED (or 0xB149ED) is known color: Medium Orchid. HEX triplet: B1, 49 and ED. RGB value is (177,73,237). Sum of RGB (Red+Green+Blue) = 177+73+237=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #B149ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B149ED is #4EB612. Grayscale: #7A7A7A. Windows color (decimal): -5158419 or 15550897. OLE color: 15550897.

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

Color convert

RGB 177 73 237 -
CMYK 0.25 0.69 0 0.07
HSL 278.05º 0.82% 0.61% -
HSV(B) 278.05º 0.69% 0.93% -
XYZ 35.8 20.23 82.14 -
YUV 122.79 192.46 166.66 -
System Red Green Blue C M Y K H S L
Decimal 177 73 237 0.25 0.69 0 0.07 278.05 0.82 0.61
Hex B1 49 ED 19 45 0 7 116 52 3D
Octal 261 111 355 31 105 0 7 426 122 75
Binary 10110001 1001001 11101101 11001 1000101 0 111 100010110 1010010 111101

Color Harmonies of #B149ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149ED

Black with #B149ED

Text Example


Text Example

White with #B149ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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