Html Css Color HEX #B15EEB Medium Orchid

📋 copy color: '#B15EEB'

red 177 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #B15EEB

Tints of Medium Orchid #B15EEB

RGB

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

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

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

R = 34.98%
G = 18.58%
B = 46.44%

CMYK

 C value IS 0.25

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B15EEB (or 0xB15EEB) is known color: Medium Orchid. HEX triplet: B1, 5E and EB. RGB value is (177,94,235). Sum of RGB (Red+Green+Blue) = 177+94+235=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #B15EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15EEB is #4EA114. Grayscale: #868686. Windows color (decimal): -5153045 or 15425201. OLE color: 15425201.

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

Color convert

RGB 177 94 235 -
CMYK 0.25 0.6 0 0.08
HSL 275.32º 0.78% 0.65% -
HSV(B) 275.32º 0.6% 0.92% -
XYZ 37.13 23.35 81.15 -
YUV 134.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 177 94 235 0.25 0.6 0 0.08 275.32 0.78 0.65
Hex B1 5E EB 19 3C 0 8 113 4E 41
Octal 261 136 353 31 74 0 10 423 116 101
Binary 10110001 1011110 11101011 11001 111100 0 1000 100010011 1001110 1000001

Color Harmonies of #B15EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15EEB

Black with #B15EEB

Text Example


Text Example

White with #B15EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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