Html Css Color HEX #B148E1 Medium Orchid

📋 copy color: '#B148E1'

red 177 ◦ green 72 ◦ blue 225

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

Shades of Medium Orchid #B148E1

Tints of Medium Orchid #B148E1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.19%

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

R = 37.34%
G = 15.19%
B = 47.47%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B148E1 (or 0xB148E1) is known color: Medium Orchid. HEX triplet: B1, 48 and E1. RGB value is (177,72,225). Sum of RGB (Red+Green+Blue) = 177+72+225=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #B148E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148E1 is #4EB71E. Grayscale: #787878. Windows color (decimal): -5158687 or 14764209. OLE color: 14764209.

HSL color Cylindrical-coordinate representation of color #B148E1: hue angle of 281.18º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B148E1 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 72 225 -
CMYK 0.21 0.68 0 0.12
HSL 281.18º 0.72% 0.58% -
HSV(B) 281.18º 0.68% 0.88% -
XYZ 34.04 19.42 73.19 -
YUV 120.84 186.79 168.06 -
System Red Green Blue C M Y K H S L
Decimal 177 72 225 0.21 0.68 0 0.12 281.18 0.72 0.58
Hex B1 48 E1 15 44 0 C 119 48 3A
Octal 261 110 341 25 104 0 14 431 110 72
Binary 10110001 1001000 11100001 10101 1000100 0 1100 100011001 1001000 111010

Color Harmonies of #B148E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148E1

Black with #B148E1

Text Example


Text Example

White with #B148E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148E1; }

 p { color: rgb(177,72,225); }

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

background-color css

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

 a { background-color: rgb(177,72,225); }

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

border-color css

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

 span { border-color: rgb(177,72,225); }

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