Html Css Color HEX #B150EF Medium Orchid

📋 copy color: '#B150EF'

red 177 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #B150EF

Tints of Medium Orchid #B150EF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.13%

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

R = 35.69%
G = 16.13%
B = 48.19%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B150EF (or 0xB150EF) is known color: Medium Orchid. HEX triplet: B1, 50 and EF. RGB value is (177,80,239). Sum of RGB (Red+Green+Blue) = 177+80+239=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #B150EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B150EF is #4EAF10. Grayscale: #7E7E7E. Windows color (decimal): -5156625 or 15683761. OLE color: 15683761.

HSL color Cylindrical-coordinate representation of color #B150EF: hue angle of 276.6º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B150EF is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 80 239 -
CMYK 0.26 0.67 0 0.06
HSL 276.6º 0.83% 0.63% -
HSV(B) 276.6º 0.67% 0.94% -
XYZ 36.58 21.32 83.85 -
YUV 127.13 191.14 163.57 -
System Red Green Blue C M Y K H S L
Decimal 177 80 239 0.26 0.67 0 0.06 276.6 0.83 0.63
Hex B1 50 EF 1A 43 0 6 115 53 3F
Octal 261 120 357 32 103 0 6 425 123 77
Binary 10110001 1010000 11101111 11010 1000011 0 110 100010101 1010011 111111

Color Harmonies of #B150EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B150EF

Black with #B150EF

Text Example


Text Example

White with #B150EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B150EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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