Html Css Color HEX #B15DF3 Medium Orchid

📋 copy color: '#B15DF3'

red 177 ◦ green 93 ◦ blue 243

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

Shades of Medium Orchid #B15DF3

Tints of Medium Orchid #B15DF3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.13%

 BLUE value IS 243 (95.31% from 255) = 47.37%

R = 34.5%
G = 18.13%
B = 47.37%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B15DF3 (or 0xB15DF3) is known color: Medium Orchid. HEX triplet: B1, 5D and F3. RGB value is (177,93,243). Sum of RGB (Red+Green+Blue) = 177+93+243=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #B15DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15DF3 is #4EA20C. Grayscale: #868686. Windows color (decimal): -5153293 or 15949233. OLE color: 15949233.

HSL color Cylindrical-coordinate representation of color #B15DF3: hue angle of 273.6º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B15DF3 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 93 243 -
CMYK 0.27 0.62 0 0.05
HSL 273.6º 0.86% 0.66% -
HSV(B) 273.6º 0.62% 0.95% -
XYZ 38.22 23.65 87.34 -
YUV 135.22 188.83 157.8 -
System Red Green Blue C M Y K H S L
Decimal 177 93 243 0.27 0.62 0 0.05 273.6 0.86 0.66
Hex B1 5D F3 1B 3E 0 5 112 56 42
Octal 261 135 363 33 76 0 5 422 126 102
Binary 10110001 1011101 11110011 11011 111110 0 101 100010010 1010110 1000010

Color Harmonies of #B15DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DF3

Black with #B15DF3

Text Example


Text Example

White with #B15DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DF3; }

 p { color: rgb(177,93,243); }

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

background-color css

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

 a { background-color: rgb(177,93,243); }

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

border-color css

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

 span { border-color: rgb(177,93,243); }

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