Html Css Color HEX #B15FC2 Medium Orchid

📋 copy color: '#B15FC2'

red 177 ◦ green 95 ◦ blue 194

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

Shades of Medium Orchid #B15FC2

Tints of Medium Orchid #B15FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.63%

R = 37.98%
G = 20.39%
B = 41.63%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B15FC2 (or 0xB15FC2) is known color: Medium Orchid. HEX triplet: B1, 5F and C2. RGB value is (177,95,194). Sum of RGB (Red+Green+Blue) = 177+95+194=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #B15FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FC2 is #4EA03D. Grayscale: #828282. Windows color (decimal): -5152830 or 12738481. OLE color: 12738481.

HSL color Cylindrical-coordinate representation of color #B15FC2: hue angle of 289.7º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15FC2 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 95 194 -
CMYK 0.09 0.51 0 0.24
HSL 289.7º 0.45% 0.57% -
HSV(B) 289.7º 0.51% 0.76% -
XYZ 31.96 21.43 53.49 -
YUV 130.8 163.67 160.95 -
System Red Green Blue C M Y K H S L
Decimal 177 95 194 0.09 0.51 0 0.24 289.7 0.45 0.57
Hex B1 5F C2 9 33 0 18 122 2D 39
Octal 261 137 302 11 63 0 30 442 55 71
Binary 10110001 1011111 11000010 1001 110011 0 11000 100100010 101101 111001

Color Harmonies of #B15FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FC2

Black with #B15FC2

Text Example


Text Example

White with #B15FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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