Html Css Color HEX #B05BC6 Medium Orchid

📋 copy color: '#B05BC6'

red 176 ◦ green 91 ◦ blue 198

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

Shades of Medium Orchid #B05BC6

Tints of Medium Orchid #B05BC6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.57%

 BLUE value IS 198 (77.73% from 255) = 42.58%

R = 37.85%
G = 19.57%
B = 42.58%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B05BC6 (or 0xB05BC6) is known color: Medium Orchid. HEX triplet: B0, 5B and C6. RGB value is (176,91,198). Sum of RGB (Red+Green+Blue) = 176+91+198=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #B05BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BC6 is #4FA439. Grayscale: #808080. Windows color (decimal): -5219386 or 12999600. OLE color: 12999600.

HSL color Cylindrical-coordinate representation of color #B05BC6: hue angle of 287.66º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05BC6 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 91 198 -
CMYK 0.11 0.54 0 0.22
HSL 287.66º 0.48% 0.57% -
HSV(B) 287.66º 0.54% 0.78% -
XYZ 31.84 20.79 55.76 -
YUV 128.61 167.16 161.8 -
System Red Green Blue C M Y K H S L
Decimal 176 91 198 0.11 0.54 0 0.22 287.66 0.48 0.57
Hex B0 5B C6 B 36 0 16 120 30 39
Octal 260 133 306 13 66 0 26 440 60 71
Binary 10110000 1011011 11000110 1011 110110 0 10110 100100000 110000 111001

Color Harmonies of #B05BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BC6

Black with #B05BC6

Text Example


Text Example

White with #B05BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BC6; }

 p { color: rgb(176,91,198); }

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

background-color css

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

 a { background-color: rgb(176,91,198); }

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

border-color css

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

 span { border-color: rgb(176,91,198); }

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