Html Css Color HEX #B148EE Medium Orchid

📋 copy color: '#B148EE'

red 177 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #B148EE

Tints of Medium Orchid #B148EE

RGB

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

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

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

R = 36.34%
G = 14.78%
B = 48.87%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B148EE (or 0xB148EE) is known color: Medium Orchid. HEX triplet: B1, 48 and EE. RGB value is (177,72,238). Sum of RGB (Red+Green+Blue) = 177+72+238=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #B148EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B148EE is #4EB711. Grayscale: #797979. Windows color (decimal): -5158674 or 15616177. OLE color: 15616177.

HSL color Cylindrical-coordinate representation of color #B148EE: hue angle of 277.95º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B148EE is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 72 238 -
CMYK 0.26 0.70 0 0.07
HSL 277.95º 0.83% 0.61% -
HSV(B) 277.95º 0.7% 0.93% -
XYZ 35.88 20.15 82.89 -
YUV 122.32 193.29 167 -
System Red Green Blue C M Y K H S L
Decimal 177 72 238 0.26 0.70 0 0.07 277.95 0.83 0.61
Hex B1 48 EE 1A 46 0 7 116 53 3D
Octal 261 110 356 32 106 0 7 426 123 75
Binary 10110001 1001000 11101110 11010 1000110 0 111 100010110 1010011 111101

Color Harmonies of #B148EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148EE

Black with #B148EE

Text Example


Text Example

White with #B148EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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