Html Css Color HEX #B15FEF Medium Orchid

📋 copy color: '#B15FEF'

red 177 ◦ green 95 ◦ blue 239

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

Shades of Medium Orchid #B15FEF

Tints of Medium Orchid #B15FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 34.64%
G = 18.59%
B = 46.77%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B15FEF (or 0xB15FEF) is known color: Medium Orchid. HEX triplet: B1, 5F and EF. RGB value is (177,95,239). Sum of RGB (Red+Green+Blue) = 177+95+239=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #B15FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15FEF is #4EA010. Grayscale: #878787. Windows color (decimal): -5152785 or 15687601. OLE color: 15687601.

HSL color Cylindrical-coordinate representation of color #B15FEF: hue angle of 274.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B15FEF is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 95 239 -
CMYK 0.26 0.60 0 0.06
HSL 274.17º 0.82% 0.65% -
HSV(B) 274.17º 0.6% 0.94% -
XYZ 37.8 23.76 84.26 -
YUV 135.93 186.17 157.29 -
System Red Green Blue C M Y K H S L
Decimal 177 95 239 0.26 0.60 0 0.06 274.17 0.82 0.65
Hex B1 5F EF 1A 3C 0 6 112 52 41
Octal 261 137 357 32 74 0 6 422 122 101
Binary 10110001 1011111 11101111 11010 111100 0 110 100010010 1010010 1000001

Color Harmonies of #B15FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FEF

Black with #B15FEF

Text Example


Text Example

White with #B15FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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