Html Css Color HEX #B05AC1 Medium Orchid

📋 copy color: '#B05AC1'

red 176 ◦ green 90 ◦ blue 193

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

Shades of Medium Orchid #B05AC1

Tints of Medium Orchid #B05AC1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.61%

 BLUE value IS 193 (75.78% from 255) = 42.05%

R = 38.34%
G = 19.61%
B = 42.05%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B05AC1 (or 0xB05AC1) is known color: Medium Orchid. HEX triplet: B0, 5A and C1. RGB value is (176,90,193). Sum of RGB (Red+Green+Blue) = 176+90+193=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #B05AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05AC1 is #4FA53E. Grayscale: #7F7F7F. Windows color (decimal): -5219647 or 12671664. OLE color: 12671664.

HSL color Cylindrical-coordinate representation of color #B05AC1: hue angle of 290.1º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05AC1 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 90 193 -
CMYK 0.09 0.53 0 0.24
HSL 290.1º 0.45% 0.55% -
HSV(B) 290.1º 0.53% 0.76% -
XYZ 31.19 20.39 52.74 -
YUV 127.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 176 90 193 0.09 0.53 0 0.24 290.1 0.45 0.55
Hex B0 5A C1 9 35 0 18 122 2D 37
Octal 260 132 301 11 65 0 30 442 55 67
Binary 10110000 1011010 11000001 1001 110101 0 11000 100100010 101101 110111

Color Harmonies of #B05AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05AC1

Black with #B05AC1

Text Example


Text Example

White with #B05AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05AC1; }

 p { color: rgb(176,90,193); }

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

background-color css

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

 a { background-color: rgb(176,90,193); }

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

border-color css

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

 span { border-color: rgb(176,90,193); }

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