Html Css Color HEX #B150F6 Medium Orchid

📋 copy color: '#B150F6'

red 177 ◦ green 80 ◦ blue 246

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

Shades of Medium Orchid #B150F6

Tints of Medium Orchid #B150F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.91%

R = 35.19%
G = 15.9%
B = 48.91%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B150F6 (or 0xB150F6) is known color: Medium Orchid. HEX triplet: B1, 50 and F6. RGB value is (177,80,246). Sum of RGB (Red+Green+Blue) = 177+80+246=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #B150F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B150F6 is #4EAF09. Grayscale: #7F7F7F. Windows color (decimal): -5156618 or 16142513. OLE color: 16142513.

HSL color Cylindrical-coordinate representation of color #B150F6: hue angle of 275.06º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B150F6 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 80 246 -
CMYK 0.28 0.67 0 0.04
HSL 275.06º 0.9% 0.64% -
HSV(B) 275.06º 0.67% 0.96% -
XYZ 37.63 21.74 89.4 -
YUV 127.93 194.64 163 -
System Red Green Blue C M Y K H S L
Decimal 177 80 246 0.28 0.67 0 0.04 275.06 0.9 0.64
Hex B1 50 F6 1C 43 0 4 113 5A 40
Octal 261 120 366 34 103 0 4 423 132 100
Binary 10110001 1010000 11110110 11100 1000011 0 100 100010011 1011010 1000000

Color Harmonies of #B150F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B150F6

Black with #B150F6

Text Example


Text Example

White with #B150F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B150F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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