Html Css Color HEX #B15FEB Medium Orchid

📋 copy color: '#B15FEB'

red 177 ◦ green 95 ◦ blue 235

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

Shades of Medium Orchid #B15FEB

Tints of Medium Orchid #B15FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.74%

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

R = 34.91%
G = 18.74%
B = 46.35%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B15FEB (or 0xB15FEB) is known color: Medium Orchid. HEX triplet: B1, 5F and EB. RGB value is (177,95,235). Sum of RGB (Red+Green+Blue) = 177+95+235=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #B15FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15FEB is #4EA014. Grayscale: #878787. Windows color (decimal): -5152789 or 15425457. OLE color: 15425457.

HSL color Cylindrical-coordinate representation of color #B15FEB: hue angle of 275.14º 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 #B15FEB is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 95 235 -
CMYK 0.25 0.60 0 0.08
HSL 275.14º 0.78% 0.65% -
HSV(B) 275.14º 0.6% 0.92% -
XYZ 37.22 23.53 81.18 -
YUV 135.48 184.17 157.62 -
System Red Green Blue C M Y K H S L
Decimal 177 95 235 0.25 0.60 0 0.08 275.14 0.78 0.65
Hex B1 5F EB 19 3C 0 8 113 4E 41
Octal 261 137 353 31 74 0 10 423 116 101
Binary 10110001 1011111 11101011 11001 111100 0 1000 100010011 1001110 1000001

Color Harmonies of #B15FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FEB

Black with #B15FEB

Text Example


Text Example

White with #B15FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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