Html Css Color HEX #B145E3 Medium Orchid

📋 copy color: '#B145E3'

red 177 ◦ green 69 ◦ blue 227

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

Shades of Medium Orchid #B145E3

Tints of Medium Orchid #B145E3

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.59%

 BLUE value IS 227 (89.06% from 255) = 47.99%

R = 37.42%
G = 14.59%
B = 47.99%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B145E3 (or 0xB145E3) is known color: Medium Orchid. HEX triplet: B1, 45 and E3. RGB value is (177,69,227). Sum of RGB (Red+Green+Blue) = 177+69+227=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 227 (89.06% from 255 or 47.99% from 473); Max value from RGB is 227 - color contains mainly: blue. Hex color #B145E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145E3 is #4EBA1C. Grayscale: #767676. Windows color (decimal): -5159453 or 14894513. OLE color: 14894513.

HSL color Cylindrical-coordinate representation of color #B145E3: hue angle of 281.01º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B145E3 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 69 227 -
CMYK 0.22 0.70 0 0.11
HSL 281.01º 0.74% 0.58% -
HSV(B) 281.01º 0.7% 0.89% -
XYZ 34.12 19.15 74.57 -
YUV 119.3 188.78 169.15 -
System Red Green Blue C M Y K H S L
Decimal 177 69 227 0.22 0.70 0 0.11 281.01 0.74 0.58
Hex B1 45 E3 16 46 0 B 119 4A 3A
Octal 261 105 343 26 106 0 13 431 112 72
Binary 10110001 1000101 11100011 10110 1000110 0 1011 100011001 1001010 111010

Color Harmonies of #B145E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145E3

Black with #B145E3

Text Example


Text Example

White with #B145E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145E3; }

 p { color: rgb(177,69,227); }

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

background-color css

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

 a { background-color: rgb(177,69,227); }

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

border-color css

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

 span { border-color: rgb(177,69,227); }

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