Html Css Color HEX #B145DB Medium Orchid

📋 copy color: '#B145DB'

red 177 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #B145DB

Tints of Medium Orchid #B145DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 38.06%
G = 14.84%
B = 47.1%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B145DB (or 0xB145DB) is known color: Medium Orchid. HEX triplet: B1, 45 and DB. RGB value is (177,69,219). Sum of RGB (Red+Green+Blue) = 177+69+219=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #B145DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145DB is #4EBA24. Grayscale: #757575. Windows color (decimal): -5159461 or 14370225. OLE color: 14370225.

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

Color convert

RGB 177 69 219 -
CMYK 0.19 0.68 0 0.14
HSL 283.2º 0.68% 0.56% -
HSV(B) 283.2º 0.68% 0.86% -
XYZ 33.05 18.72 68.89 -
YUV 118.39 184.78 169.8 -
System Red Green Blue C M Y K H S L
Decimal 177 69 219 0.19 0.68 0 0.14 283.2 0.68 0.56
Hex B1 45 DB 13 44 0 E 11B 44 38
Octal 261 105 333 23 104 0 16 433 104 70
Binary 10110001 1000101 11011011 10011 1000100 0 1110 100011011 1000100 111000

Color Harmonies of #B145DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145DB

Black with #B145DB

Text Example


Text Example

White with #B145DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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