Html Css Color HEX #B148E0 Medium Orchid

📋 copy color: '#B148E0'

red 177 ◦ green 72 ◦ blue 224

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

Shades of Medium Orchid #B148E0

Tints of Medium Orchid #B148E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.36%

R = 37.42%
G = 15.22%
B = 47.36%

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

#B148E0 (or 0xB148E0) is known color: Medium Orchid. HEX triplet: B1, 48 and E0. RGB value is (177,72,224). Sum of RGB (Red+Green+Blue) = 177+72+224=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #B148E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148E0 is #4EB71F. Grayscale: #787878. Windows color (decimal): -5158688 or 14698673. OLE color: 14698673.

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

Color convert

RGB 177 72 224 -
CMYK 0.21 0.68 0 0.12
HSL 281.45º 0.71% 0.58% -
HSV(B) 281.45º 0.68% 0.88% -
XYZ 33.9 19.36 72.47 -
YUV 120.72 186.29 168.14 -
System Red Green Blue C M Y K H S L
Decimal 177 72 224 0.21 0.68 0 0.12 281.45 0.71 0.58
Hex B1 48 E0 15 44 0 C 119 47 3A
Octal 261 110 340 25 104 0 14 431 107 72
Binary 10110001 1001000 11100000 10101 1000100 0 1100 100011001 1000111 111010

Color Harmonies of #B148E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148E0

Black with #B148E0

Text Example


Text Example

White with #B148E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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