Html Css Color HEX #B05ACE Medium Orchid

📋 copy color: '#B05ACE'

red 176 ◦ green 90 ◦ blue 206

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

Shades of Medium Orchid #B05ACE

Tints of Medium Orchid #B05ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 37.29%
G = 19.07%
B = 43.64%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B05ACE (or 0xB05ACE) is known color: Medium Orchid. HEX triplet: B0, 5A and CE. RGB value is (176,90,206). Sum of RGB (Red+Green+Blue) = 176+90+206=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #B05ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ACE is #4FA531. Grayscale: #808080. Windows color (decimal): -5219634 or 13523632. OLE color: 13523632.

HSL color Cylindrical-coordinate representation of color #B05ACE: hue angle of 284.48º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B05ACE is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 90 206 -
CMYK 0.15 0.56 0 0.19
HSL 284.48º 0.54% 0.58% -
HSV(B) 284.48º 0.56% 0.81% -
XYZ 32.7 21 60.72 -
YUV 128.94 171.49 161.57 -
System Red Green Blue C M Y K H S L
Decimal 176 90 206 0.15 0.56 0 0.19 284.48 0.54 0.58
Hex B0 5A CE F 38 0 13 11C 36 3A
Octal 260 132 316 17 70 0 23 434 66 72
Binary 10110000 1011010 11001110 1111 111000 0 10011 100011100 110110 111010

Color Harmonies of #B05ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05ACE

Black with #B05ACE

Text Example


Text Example

White with #B05ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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