Html Css Color HEX #B15AF3 Medium Orchid

📋 copy color: '#B15AF3'

red 177 ◦ green 90 ◦ blue 243

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

Shades of Medium Orchid #B15AF3

Tints of Medium Orchid #B15AF3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.65%

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

R = 34.71%
G = 17.65%
B = 47.65%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B15AF3 (or 0xB15AF3) is known color: Medium Orchid. HEX triplet: B1, 5A and F3. RGB value is (177,90,243). Sum of RGB (Red+Green+Blue) = 177+90+243=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #B15AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15AF3 is #4EA50C. Grayscale: #848484. Windows color (decimal): -5154061 or 15948465. OLE color: 15948465.

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

Color convert

RGB 177 90 243 -
CMYK 0.27 0.63 0 0.05
HSL 274.12º 0.86% 0.65% -
HSV(B) 274.12º 0.63% 0.95% -
XYZ 37.97 23.13 87.26 -
YUV 133.46 189.82 159.06 -
System Red Green Blue C M Y K H S L
Decimal 177 90 243 0.27 0.63 0 0.05 274.12 0.86 0.65
Hex B1 5A F3 1B 3F 0 5 112 56 41
Octal 261 132 363 33 77 0 5 422 126 101
Binary 10110001 1011010 11110011 11011 111111 0 101 100010010 1010110 1000001

Color Harmonies of #B15AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15AF3

Black with #B15AF3

Text Example


Text Example

White with #B15AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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