Html Css Color HEX #B149EB Medium Orchid

📋 copy color: '#B149EB'

red 177 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #B149EB

Tints of Medium Orchid #B149EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 36.49%
G = 15.05%
B = 48.45%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B149EB (or 0xB149EB) is known color: Medium Orchid. HEX triplet: B1, 49 and EB. RGB value is (177,73,235). Sum of RGB (Red+Green+Blue) = 177+73+235=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #B149EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B149EB is #4EB614. Grayscale: #7A7A7A. Windows color (decimal): -5158421 or 15419825. OLE color: 15419825.

HSL color Cylindrical-coordinate representation of color #B149EB: hue angle of 278.52º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B149EB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 73 235 -
CMYK 0.25 0.69 0 0.08
HSL 278.52º 0.8% 0.6% -
HSV(B) 278.52º 0.69% 0.92% -
XYZ 35.51 20.11 80.61 -
YUV 122.56 191.46 166.83 -
System Red Green Blue C M Y K H S L
Decimal 177 73 235 0.25 0.69 0 0.08 278.52 0.8 0.6
Hex B1 49 EB 19 45 0 8 117 50 3C
Octal 261 111 353 31 105 0 10 427 120 74
Binary 10110001 1001001 11101011 11001 1000101 0 1000 100010111 1010000 111100

Color Harmonies of #B149EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149EB

Black with #B149EB

Text Example


Text Example

White with #B149EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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