Html Css Color HEX #B145DC Medium Orchid

📋 copy color: '#B145DC'

red 177 ◦ green 69 ◦ blue 220

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

Shades of Medium Orchid #B145DC

Tints of Medium Orchid #B145DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 37.98%
G = 14.81%
B = 47.21%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B145DC (or 0xB145DC) is known color: Medium Orchid. HEX triplet: B1, 45 and DC. RGB value is (177,69,220). Sum of RGB (Red+Green+Blue) = 177+69+220=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #B145DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145DC is #4EBA23. Grayscale: #767676. Windows color (decimal): -5159460 or 14435761. OLE color: 14435761.

HSL color Cylindrical-coordinate representation of color #B145DC: hue angle of 282.91º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B145DC is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 69 220 -
CMYK 0.20 0.69 0 0.14
HSL 282.91º 0.68% 0.57% -
HSV(B) 282.91º 0.69% 0.86% -
XYZ 33.18 18.77 69.58 -
YUV 118.51 185.28 169.72 -
System Red Green Blue C M Y K H S L
Decimal 177 69 220 0.20 0.69 0 0.14 282.91 0.68 0.57
Hex B1 45 DC 14 45 0 E 11B 44 39
Octal 261 105 334 24 105 0 16 433 104 71
Binary 10110001 1000101 11011100 10100 1000101 0 1110 100011011 1000100 111001

Color Harmonies of #B145DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145DC

Black with #B145DC

Text Example


Text Example

White with #B145DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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