Html Css Color HEX #B145DE Medium Orchid

📋 copy color: '#B145DE'

red 177 ◦ green 69 ◦ blue 222

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

Shades of Medium Orchid #B145DE

Tints of Medium Orchid #B145DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 37.82%
G = 14.74%
B = 47.44%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B145DE (or 0xB145DE) is known color: Medium Orchid. HEX triplet: B1, 45 and DE. RGB value is (177,69,222). Sum of RGB (Red+Green+Blue) = 177+69+222=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #B145DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145DE is #4EBA21. Grayscale: #767676. Windows color (decimal): -5159458 or 14566833. OLE color: 14566833.

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

Color convert

RGB 177 69 222 -
CMYK 0.20 0.69 0 0.13
HSL 282.35º 0.7% 0.57% -
HSV(B) 282.35º 0.69% 0.87% -
XYZ 33.44 18.88 70.99 -
YUV 118.73 186.28 169.56 -
System Red Green Blue C M Y K H S L
Decimal 177 69 222 0.20 0.69 0 0.13 282.35 0.7 0.57
Hex B1 45 DE 14 45 0 D 11A 46 39
Octal 261 105 336 24 105 0 15 432 106 71
Binary 10110001 1000101 11011110 10100 1000101 0 1101 100011010 1000110 111001

Color Harmonies of #B145DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145DE

Black with #B145DE

Text Example


Text Example

White with #B145DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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