Html Css Color HEX #B145E0 Medium Orchid

📋 copy color: '#B145E0'

red 177 ◦ green 69 ◦ blue 224

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

Shades of Medium Orchid #B145E0

Tints of Medium Orchid #B145E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.66%

R = 37.66%
G = 14.68%
B = 47.66%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B145E0 (or 0xB145E0) is known color: Medium Orchid. HEX triplet: B1, 45 and E0. RGB value is (177,69,224). Sum of RGB (Red+Green+Blue) = 177+69+224=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #B145E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145E0 is #4EBA1F. Grayscale: #767676. Windows color (decimal): -5159456 or 14697905. OLE color: 14697905.

HSL color Cylindrical-coordinate representation of color #B145E0: hue angle of 281.81º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B145E0 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 69 224 -
CMYK 0.21 0.69 0 0.12
HSL 281.81º 0.71% 0.57% -
HSV(B) 281.81º 0.69% 0.88% -
XYZ 33.71 18.99 72.41 -
YUV 118.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 177 69 224 0.21 0.69 0 0.12 281.81 0.71 0.57
Hex B1 45 E0 15 45 0 C 11A 47 39
Octal 261 105 340 25 105 0 14 432 107 71
Binary 10110001 1000101 11100000 10101 1000101 0 1100 100011010 1000111 111001

Color Harmonies of #B145E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145E0

Black with #B145E0

Text Example


Text Example

White with #B145E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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