Html Css Color HEX #B15EEE Medium Orchid

📋 copy color: '#B15EEE'

red 177 ◦ green 94 ◦ blue 238

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

Shades of Medium Orchid #B15EEE

Tints of Medium Orchid #B15EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.47%

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

R = 34.77%
G = 18.47%
B = 46.76%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B15EEE (or 0xB15EEE) is known color: Medium Orchid. HEX triplet: B1, 5E and EE. RGB value is (177,94,238). Sum of RGB (Red+Green+Blue) = 177+94+238=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #B15EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15EEE is #4EA111. Grayscale: #868686. Windows color (decimal): -5153042 or 15621809. OLE color: 15621809.

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

Color convert

RGB 177 94 238 -
CMYK 0.26 0.61 0 0.07
HSL 274.58º 0.81% 0.65% -
HSV(B) 274.58º 0.61% 0.93% -
XYZ 37.57 23.53 83.45 -
YUV 135.23 186 157.79 -
System Red Green Blue C M Y K H S L
Decimal 177 94 238 0.26 0.61 0 0.07 274.58 0.81 0.65
Hex B1 5E EE 1A 3D 0 7 113 51 41
Octal 261 136 356 32 75 0 7 423 121 101
Binary 10110001 1011110 11101110 11010 111101 0 111 100010011 1010001 1000001

Color Harmonies of #B15EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15EEE

Black with #B15EEE

Text Example


Text Example

White with #B15EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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