Html Css Color HEX #B055C6 Medium Orchid

📋 copy color: '#B055C6'

red 176 ◦ green 85 ◦ blue 198

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

Shades of Medium Orchid #B055C6

Tints of Medium Orchid #B055C6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.52%

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

R = 38.34%
G = 18.52%
B = 43.14%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B055C6 (or 0xB055C6) is known color: Medium Orchid. HEX triplet: B0, 55 and C6. RGB value is (176,85,198). Sum of RGB (Red+Green+Blue) = 176+85+198=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #B055C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B055C6 is #4FAA39. Grayscale: #7C7C7C. Windows color (decimal): -5220922 or 12998064. OLE color: 12998064.

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

Color convert

RGB 176 85 198 -
CMYK 0.11 0.57 0 0.22
HSL 288.32º 0.5% 0.55% -
HSV(B) 288.32º 0.57% 0.78% -
XYZ 31.35 19.8 55.6 -
YUV 125.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 176 85 198 0.11 0.57 0 0.22 288.32 0.5 0.55
Hex B0 55 C6 B 39 0 16 120 32 37
Octal 260 125 306 13 71 0 26 440 62 67
Binary 10110000 1010101 11000110 1011 111001 0 10110 100100000 110010 110111

Color Harmonies of #B055C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B055C6

Black with #B055C6

Text Example


Text Example

White with #B055C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B055C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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