Html Css Color HEX #B05EC9 Medium Orchid

📋 copy color: '#B05EC9'

red 176 ◦ green 94 ◦ blue 201

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

Shades of Medium Orchid #B05EC9

Tints of Medium Orchid #B05EC9

RGB

 RED value IS 176 (69.14% from 255) = 37.37%

 GREEN value IS 94 (37.11% from 255) = 19.96%

 BLUE value IS 201 (78.91% from 255) = 42.68%

R = 37.37%
G = 19.96%
B = 42.68%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B05EC9 (or 0xB05EC9) is known color: Medium Orchid. HEX triplet: B0, 5E and C9. RGB value is (176,94,201). Sum of RGB (Red+Green+Blue) = 176+94+201=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #B05EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05EC9 is #4FA136. Grayscale: #828282. Windows color (decimal): -5218615 or 13196976. OLE color: 13196976.

HSL color Cylindrical-coordinate representation of color #B05EC9: hue angle of 285.98º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05EC9 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 94 201 -
CMYK 0.12 0.53 0 0.21
HSL 285.98º 0.5% 0.58% -
HSV(B) 285.98º 0.53% 0.79% -
XYZ 32.45 21.45 57.69 -
YUV 130.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 176 94 201 0.12 0.53 0 0.21 285.98 0.5 0.58
Hex B0 5E C9 C 35 0 15 11E 32 3A
Octal 260 136 311 14 65 0 25 436 62 72
Binary 10110000 1011110 11001001 1100 110101 0 10101 100011110 110010 111010

Color Harmonies of #B05EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05EC9

Black with #B05EC9

Text Example


Text Example

White with #B05EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05EC9; }

 p { color: rgb(176,94,201); }

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

background-color css

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

 a { background-color: rgb(176,94,201); }

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

border-color css

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

 span { border-color: rgb(176,94,201); }

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